In an Internal table how do you suppress or add the leading
Zeroes for a particular field in your itab?
Answer Posted / student
We can use a function module 'CONVERSION_EXIT_ALPHA_INPUT'
to add the leading zeros.
example:
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
INPUT = P_KUNNR
IMPORTING
OUTPUT = P_KUNNR.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What will exactly the hide statement do?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What are the three hierarchical levels of data types and objects?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Can you delete data element, which is being used by table fields?
What does the ‘suppress dialog’ do?
What are the names of the function modules that will be generated upon activation of a lock object?
What are indexes? : sap abap data dictionary
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
How to creat transactions? : abap data dictionary
Can we call reports and transactions from interactive reporting lists?
What are function modules?
Can multiple abap systems connect to abap database?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.