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


Please Help Members By Posting Answers For Below Questions

Can we include customizing include or an append structure with pooled or cluster tables?

670


Have you processed BDCs ?

636


hi,how to diable the popup window which is displayed afetr executing the SAP script program?

1582


Does every abap/4 have a modular structure? : abap modularization

701


hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp

3215






What is the step-by-step process to create a table in data dictionary? : abap data dictionary

700


What is the relationship existing between the various data elements in data dictionary? : abap data dictionary

722


What are the data classes in abap?

614


Write the bdc table structure? : abap bdc

598


Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.

1774


How to pass data from list to report?

572


Explain the use of table maintenance allowed?

544


Advantages and disadvantages of different types of bdc's?

579


In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.

1601


What is the difference between tables and structures?

626