1.How to pass the variables to form?
2. How did you test the form you developed?
3.what are the outpout types and tcodes?
4.what mean by performance analysis?
Answer Posted / bandivenkateswarlu
1. by using the call by value and call by reference we can
pass the data into the form.
2. by using the debug statement.
3. output types are the whenever display the document the
output is assosiated with the form. so output type is one
type of standard program sap will provided.
4. performance analysis is used to how much time ur program
to execute at the runtime of the system. using the
transaction code is SE30
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What are the various events associated with screen programming?
What is a transaction variant and why are they used?
What are the parameters in bdc_open_group? : abap bdc
Explain enhancements
What are the advantages of abap query tool?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
When is the top-of-page event triggered? : abap data dictionary
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is an rfc?
Explain the advantages and disadvantages of abap query tool?
What is the collect statement? How is it different from append?
What are the list of screen elements?
What is the difference between native sql & open sql? : abap data dictionary
What are the types of bdc s?