‎2007 Jan 18 1:49 AM
Hi, Guru:
I already created a custom Transaction Code for a dialog program.
Can I use BDC for this custom transaction code. Thanks in advance.
‎2007 Jan 18 2:12 AM
Absolutely. There is no difference between your custom program and the standard SAP transactions other than the naming convention, so yes, you can do BDC over any transactions. Be aware, that BDC doesn't work so good when dealing with transactions that use Enjoy controls, such as tree structures. If your custom program doesn't have any controls, then there is no problem.
Regards,
Rich Heilman
‎2007 Jan 18 2:12 AM
Absolutely. There is no difference between your custom program and the standard SAP transactions other than the naming convention, so yes, you can do BDC over any transactions. Be aware, that BDC doesn't work so good when dealing with transactions that use Enjoy controls, such as tree structures. If your custom program doesn't have any controls, then there is no problem.
Regards,
Rich Heilman
‎2007 Jan 18 3:37 AM
Hi, Rich Heilman:
Thanks for your quick reply. In my dialog program. It includes tree structure and Table control. If I use BDC. Can you tell me It's working or not. Thanks.
Regards,
Zhang
‎2007 Jan 19 3:05 PM
Is there anybody have good answer for my thread, Thanks.
Regards
‎2007 Jan 19 3:09 PM
‎2007 Jan 18 2:24 AM
Yes, you can use BDC on your custom dialog program. Beofre writing BDC, record your BDC with SHDB t-code.
Thanks,
Santosh
‎2007 Jan 19 3:12 PM
generally we use BDC for almost all transactions whether it is standard or custom. Also, most of the transactions have Table Controls or Step Loops or Tree Structures and a BDC works for each of these transactions. The only thing u have to check is how to handle these ones in some situations. What code needs to be used so that data can be inserted into SAP.
‎2007 Jan 19 3:23 PM
Thanks a lot for your answer, Ramesh. Do you have BDC sample code for Table Control and Tree structure.