Wats the difference between package and devolopment class??
Answer Posted / harika
packages were called development classes in the earlier
version of SAP (from 4.6c onwards developemnet classes are
packages)
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How are the function code handles in flow logic?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the difference between synchronous and asynchronous update? : abap bdc
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What is use of transparent table in abap? How it is different from pool tables?
Explain Singleton class
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the system fields? Explain?
How to upload data using catt ? : abap hr
Normally how many and what files get created when a transaction program is written?
Explain the advantages and disadvantages of different types of bdc's?
In a loop of an internal table, what is the use of at first & at last statements?
How can you manipulate the presentation and attributes of interactive lists?
what is user specific parameter?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???