What are the commands for BDC to pass specified values
directly to a Batch Input Session..?
Answer / punitha
you can use the call transaction method to input the data
directly to a batch input session.
call transaction <t-code of the screen> using BDCDATA
mode 'a'.
Is This Answer Correct ? | 5 Yes | 1 No |
What is Deep structure and Flat structure?
what is difference bt ABAP MEMORY AND SAPMEMORY
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Hi, can any one tell me the follwoing question's answer 1.How can we validate single selection screen field and multiple selection screen field in report and also in module pool programming.pls give answer in brief with example. 2.What is search help ? pls tell search help type breifly with example?
What are the difference between pool tables and transparent tables?
1)you are creating the table and with EmpID, Lastname and Zender(Male and Female) only the Male and Female data only should entered other data should not entered.
If there are 100 records...explain the BDC session method step by step how you gonna do ?
What is the Difference between Transparant Tables , Pooled & cluster Tables?
1 Answers Patni, Satyam, Siemens,
With the use of secondary index we can make a program run faster but we are advised not to use secondary index why is that so??
How will you do in session method?
3 Answers FutureSoft, Unilogic Software,
What is delivery class? : abap data dictionary
when are this three events fired and tell me whuich event is fired first ,second and third --- at selection - screen, at selection -screen output, and at selection- screen on value request.