Answer Posted / krishna
by USING SHDB TRANSACTION CODE,WE WILL START THE
RECORDING.THROUGH THIS WE WILL PROCESS THE CODE TO REPORT
PROGRAMMING & WRITE THE PROGRAM.THROUGH CALL TRANSACTION WE
WILL SEND DATA TO DATABASE DIRECTLY.
BUT BY USING SESSIONMETHOD WILL WILL PROCEES THE SAME
PROCESS & AFTER EXECUTING THE REPORT PROGRAMMING WE WILL GO
TO SM35 TRANSACTION CODE & RECORD THE DATA TO THE DATABASE
TABLE.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of start-of-selection.,if not use in report what will happen,?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Final class
What are the attributes of the data in data dictionary? : abap data dictionary
What kind of deliverables you have on a day to day basis?
Name a few data dictionary objects? : abap data dictionary
What are secondary indexes. How can we know which index is being used in a select query?
How to select valid lines for secondary list?
State the differences between database view & projection view? : abap data dictionary
Can you delete data element, which is being used by table fields?
What is the difference of update types in call transaction method ? : abap bdc
function modules are also external subroutines. State true or false. : abap modularization
Which objects are independent transport objects? : abap data dictionary
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?