How do u know that updation is successful in BDC
Answer Posted / sukanya.k
Hi ,
CALL TRANSACTION has some parameters:
1.transaction code
2. bdcdata
3.display_mode
4update_ mode
5.messages (bdcmsgcoll)
all the messages are captured in table bdcmsgcoll. So you
can loop at this table and show the messages at output list.
and also which ever tcode for which you have run the BDC
code for .eg. say MM01 ,you can view the same in MM03.
Thankyou.
Regards.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is interactive reporting?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What is the disadvantage of using exec sql statement in abap?
What are the differences between interactive and drill down reports?
What are different types of parameters?
When value table becomes check table?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What are secondary indexes. How can we know which index is being used in a select query?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are uses of foreign key?
What are hashed tables?
What are the domains and data elements?
Does the call transaction method allow multiple transactions to be processed by sap?
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.