Answer Posted / sainathraj
The data class determines in which tablespace(physical area)
the table is stored when it is creted in the database
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does the insert statement in extract datasets do?
What is a projection view? : abap data dictionary
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is the use of start-of-selection.,if not use in report what will happen,?
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 arithmetic operators in the sap abap?
What does the extract statement do in extract datasets? : abap modularization
What are the advantages and disadvantages of using views in abap programming ?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What are the different modules of sap? : sap abap hr
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is the difference between Exit and Stop?
How table control cn be generated using bdc? : abap bdc
Of the two call transaction and session method, which is faster?
Explain the types of bdc's?