what is the keep parameter in BDC_OPEN_GROUP function module
Answer Posted / vandan
If we pass KEEP = 'X'. Then Sesson will remain in SM35
transaction. After Executing our Z program we have to run
sesson in SM35. Then only Record will updated in database.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What are null values?
What are the client dependant objects in abap / sap?
What is the basic difference internal tables and database tables? : abap data dictionary
What is a transaction variant and why are they used?
What are control tables?
how to modify the standard method as per your requirement
How can we declare a table control in the abap/4 program?
Can you define a field without a data element?
Did you create help views?
What are the drill-down features provided by abap/4 in interactive lists?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is the use of table maintenance allowed?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are the basic components of dialog program?