can u save internal table in sap memory from abap memory?
Answer Posted / krishnaveni
yes by using SET PARAMETER ID <PID> <field>
| Is This Answer Correct ? | 9 Yes | 17 No |
Post New Answer View All Answers
What are the types of data types in the sap abap?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are different types of parameters?
What is a database view? : abap data dictionary
Reports: Event functionality.
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is append search help? : sap abap data dictionary
What is the difference between synchronous and asynchronous update?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is luw?
In order to upload purchase order details, how you handle multiple values for a single field?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Hat are the different types of mode (run code) in call transaction method?
What are the data types of the external layer?
Proxy Programming with ABAP - How to develop the Proxy identification through programming