How to make changes in standard script for sales order
header data?
Answer Posted / bandivenkateswarlu
By using the perform statement
syntax: perform (form name) in program (program name)
using &in var&
changing 7out var&
endperform.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between call transaction and session method? : abap bdc
What are the different software packets available in the market? : sap abap hr
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 kind of financial periods exist in SAP? What is the relevant table for that?
What is interactive reporting?
How many types of buffering? : abap data dictionary
Different types of luws. What are they?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What are the attributes of the data in data dictionary? : abap data dictionary
What are the attributes of a field that can be activated or deactivated during runtime?
What are the time related infotypes? : abap hr
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
performance tuning concepts
Explain the advantages of abap query tool?
What are table clusters?