Answer Posted / malathy
1.If your using call transaction method the on the syntax
for call transaction as shown below put "N" as the option
which stands for no screens.
CALL TRANSACTION 'MM01' USING BDCDATA MODE A/E/N UPDATE A/S
MESSAGE INTO MESSTAB.
Mode A/E/N stands for A - All screens
E - Error screens
N - No screens
Update A/S stands for A - Asynchronous
S - Synchronous
2.If you use session method go to SM36 to schedule a
backgroun job.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What are the aggregate objects in data dictionary? : sap abap data dictionary
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
how to capture the errors in bdc Call transaction method?
Difference between domain and data element? What are aggregate object?
What are the various events associated with screen programming?
How many types of tables exists and what are they in data dictionary?
Can you delete data element, which is being used by table fields. : abap data dictionary
In what ways we can get the context sensitive f1 help on a field?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
How would you define the exponents for a type âfâ field?
What are critical issues you have faced in your project
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
Normally how many and what files get created when a transaction program is written?