Can we use Session method & Call transaction both in one BDC
if yes please give me example and scenario where we use this ?
Answer Posted / theabapconsultant
if we want to download the errors and schedule the job in background then we will go for two methods in a single bdc program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the exits created in M.M and S&D?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What are conditional chain statement?
Define database layer?
What is the difference between get and get late?
Can i Have Some Realtime Examples on Badi ?
how can you display data say "your name"in sap script without print program or driver program??
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What is the table & field to identify the no of items (bottles) stored in one case?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is the significance of delivery class? : abap data dictionary
What are the components of selection table?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What is logical database? : abap hr
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.