the control commands in the report program are
atfirst,atnew,atlast,atend of and what is the difference
between them
Answer Posted / ramjan shaik
this is ramjan shaik from regional software research labs
(Rsrl).
these are all the triggers using in reports
at first:this event displays the data at the first page only
at last: this event displays the data at the last page only
at new: when new customer occurs, it opens new page and
displays the records of the new customers
at end: this trigger fires when we calculate the sum of the
amount which displays subtotals and grand totals of the
each page
| Is This Answer Correct ? | 0 Yes | 0 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 screen painter? Menu painter? Gui status?
What is a badi?
Can matchcode object contain ids with different update types? : abap data dictionary
What are pool tables?
How many primary keys can be created for a table?
Can a domain, assigned to a data element be changed?
Explain what are the system fields? Explain?
What are the various events associated with screen programming?
What is the difference between abap and hr abap? : abap hr
What is meant by authorization? : sap abap hr
What are the basic objects of the data dictionary? : abap data dictionary
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What is view? Explain the different types of view?
What is the Process to transfer IDOC from Outbound System to Inbound system.