difference betn top-of-page and top-of-page during at-
line-selection? in an interactive report, after going to 5th
list, can you come back to 2nd list? how?
Answer Posted / kalyan
Call Screen Number
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
What is off cycle payroll run
What is the difference between a pool table and a transparent table and how they are stored at the database level?
How to debug a script in abap?
Explain the advantages of abap query tool?
Static and instance variable and method with live example. Why and when to use
What are the differences between a database index and a match code?
how do you call third selection screen ?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
In delivery processing which step comes first picking, packing, posting goods issue ?
What is a table cluster? : abap data dictionary
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 is tcode se16? For what is it used.
What is meant by authorization? Did you ever work on it? : sap abap hr
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Where are you used type casting?