Answer Posted / saranya
T code for recording a transaction - SHDB
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is collective search help? : sap abap data dictionary
What is payroll driver ? : abap hr
Can you create a table with fields not referring to data elements? : abap data dictionary
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
Explain some essential objects in abap dictionary?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What happens if a function module runs in an update task? : abap modularization
Can multiple abap systems connect to abap database?
What are the differences between domain and data element?
What is the difference between leave transaction and call transaction?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the different types of sapscript symbols?
On which even we can validate the input fields in module progams?