A window is missing while copying a sapscript from one
client to another client. What should be done?
Answer Posted / pavan
rstxcpy -- it is the program for copying a froms from one
client to another
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the major steps will you use for tuning?
Can we specify the next screen number with a variable?
What are screen painter and menu painter? : abap hr
What are the different types of abap/4 programs?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
Can there be more than 1 main window in sap script?
In sap script how to print bar code in vertical manner
how to modify the standard method as per your requirement
What is the difference between collect and append statements?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What is the max no of match code id’s that can be defined for one match code object?
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.
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 3 types of tables in sap? : abap data dictionary
Difference between user exit and badis?