Answer Posted / dadarao
RP-PROVIDE-FROM-FRST
RP-PROVIDE-FROM-LAST
rp_provide_from_frst
rp_provide_from_last
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the function module in bdc?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the uses of interactive reporting?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What are the two ways for restricting the value range for a domain? : sap 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 are dml commands in abap?
What is its? : abap hr
To how many tables can an append structure be assigned. : abap data dictionary
How do you execute the payroll
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
Describe data classes? : abap hr
What are advantages and disadvantages of logical data base
What are the function modules used to create batch input session? : abap bdc