What is the differences between structure and table in data dictionary in abap?
No Answer is Posted For this Question
Be the First to Post Answer
What is the alternative to batch input session?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is the difference between internal tables and extract datasets? : abap modularization
why we have to define function group?
when does end-of-page stmnt triggers in reports.
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.
How will you read from internal table records in a given value range (without using loop)
How to same internal table in same functional module?
How to put a TableControl in a Screen of Modulepool Programming?
Hi Gurus How do u do performance analysis means and what is the diffrence between extended syntax check and code inspector and how do use them to test the performance of the any abap program ?
In selection screen I have three fields- Plant, Material No, and Material group.If i insert plant how do i get the material no and material group based on plant dynamically?
Why don’t use LSMW method instead of BDC methods, if the data is master data?