what is the default event that is triggers in report?
Answer Posted / srinuvas
start-of-selection
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is diff between idocs,bdc,rfc and bapi. give real time answer
Explain what are standard layouts sets in the sap script?
How do you process errors in session method ? : abap bdc
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
Define external layer?
What are logical databases? What are the advantages of logical databases?
What is the use of enqueue function module? : sap abap data dictionary
What is the difference between synchronous and asynchronous update?
how to read the standard field value in your custom program.
Can we use transfer dataset to transfer data in internal table ?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What are lock objects?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.