What is a match code? : abap data dictionary
No Answer is Posted For this Question
Be the First to Post Answer
which type of problems we generally face in reports and BDC in real time?
What is the disadvantage of using EXEC SQL stmt do in ABAP?
How do we use BDC in real production scenarios ? Is BDC used on regular periodic intervals to upload data into SAP ? (say you recieve the data daily from non-sap system, like mainframes and you update the data in SAP) OR Is BDC used on adhoc basis ?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are steps involved in creating ALE?
How to populate signature in smartforms?where can we upload the signature?is der any tcode for it?
What is tmg?
How to do sorting in classical report?
Explain how is batch input process different from processing on line?
2)In production what is the user exit?
to explicititly intialize the selection screen for each call you must you the event ________________?
On which event we can validate the input fields in module programs?