abap
Function to convert number into words?
is there a function in abap can convert digit to word? example: 100 will be converted into one hundred or 200 will be converted into two hundred[详细]
2023-03-29 16:52 分类:问答Change parameter name on selection screen to a real text
I\'m trying to replace the parameter name shown on the selection screen. For example I have: PARAMETERS pa_age TYPE age_type DEFAULT \'18\'.[详细]
2023-03-28 13:07 分类:问答How to write structures?
How can I show the value inside a structure? see below the example: DATA: BEGIN OF line, 开发者_StackOverflow社区col1 TYPE i,[详细]
2023-03-24 06:11 分类:问答Need to optimize a simple loop over 200,000 records
I am wondering if anyone can optimize following code: LOOP AT dispinstock. SELECT matnr SUM( gesme ) SUM( verme ) SUM( einme ) SUM( ausme )[详细]
2023-03-23 14:52 分类:问答Difference between ceil and floor function in abap?
开发者_开发问答I\'m newbie to abap, please let me know ,the use of ceil and floor function in abap.To add to Hyperboreus\' answer, this is strictly speaking not an ABAP question, as the ceiling and fl[详细]
2023-03-20 08:54 分类:问答Calculating SHA2 checksum on string in ABAP
I am trying to calculate a SHA2 checksum on a string in ABAP. I have come across the functions CALCULATE_HASH_FOR_CHAR and CALCULATE_HMAC_FOR_CHAR. However, CALCULATE_HASH_FOR_CHAR only can calculate[详细]
2023-03-19 04:02 分类:问答is it a structure or an internal table?
TYPES: BEGIN OF PPP ------ END OF PPP, xxx TYPE STANDARD TABLE OF PPP My questi开发者_如何转开发on is will xxx be an internal table or a structure?it will be an internal table. its lines will be of[详细]
2023-03-19 02:53 分类:问答Case-insensitive comparison in SELECT condition
In ABAP SQL can I ignore the case when comparing fields in the WHERE clause 开发者_StackOverflowof a SELECT?[详细]
2023-03-14 13:50 分类:问答grabbing data from SAP to BlackBerry
im developing an app in java for BlackBerry, right now im building some RFC\'s in SAP so i can search some info inside the system to show to the blackberry users.[详细]
2023-03-12 07:21 分类:问答Remove default values from ABAP form
I have a screen for creating new records in a table, it contains a form with all the database columns. Problem is, once the screen is called, it has the last database record in it. So to add a new rec[详细]
2023-03-09 07:34 分类:问答