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
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\'.
How can I show the value inside a structure? see below the example: DATA: BEGIN OF line, 开发者_StackOverflow社区col1 TYPE i,
I am wondering if anyone can optimize following code: LOOP AT dispinstock. SELECT matnr SUM( gesme ) SUM( verme ) SUM( einme ) SUM( ausme )
开发者_开发问答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
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
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
In ABAP SQL can I ignore the case when comparing fields in the WHERE clause 开发者_StackOverflowof a SELECT?
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.
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