‎2010 Sep 06 10:29 AM
Hi Friends,
I have developed one BDC program and its working fine. For this program I created a transaction code for end user.
When I run the transaction, it is coming out of the program. ( program is not getting executed). Iam unable to trace out where it is going wrong.
When I run the bdc program, it is working well.
I have checked the transaction in SE93. Given Screen no as ' 1000 '.
Please look into this issue.
Thanking you in advance,
Regards,
Murali Krishna . T
‎2010 Sep 06 10:40 AM
Just check the steps once again...
In se93 - tcode name - system will promt you with 5 options with radio button. In that select Program and selection screen (report tarnsaction).
give program name.
Select all the check box in the GUI support
activate and execute it...
i tried its working fine
Regards,
Mullai
‎2010 Sep 07 7:00 AM
hi Gowthaman,
Thanks for your prompt reply. My problem has been solved. Please make me clear that --- first radio button is for module pool application and second radio button is for report transaction.(all report programs). Am I right?
Also please tell me the importance of selecting all the three check boxes in the GUI Support.
Thanks & Regards,
Murali Krishna . T
‎2010 Sep 07 7:20 AM
From SAP documentation:
The SAP GUI settings do not affect the transaction itself but inform the user what software is needed to start the transaction
Read this online help for further details: [http://help.sap.com/saphelp_nw70/helpdata/en/43/2c43b427bf601fe10000000a422035/content.htm]
BR,
Suhas
‎2010 Sep 10 6:46 AM
‎2010 Sep 06 10:47 AM
‎2010 Sep 06 10:49 AM
Hi,
You will have to check in the debugging mode if any condition is gettin failed in your program.
Please put breakpoint in your program before calling BDC. anc check if your program is coming to that breakpoint.
After that also check what is the sy-subrc value for call transaction.
If sy-subrc is not 0, then your BDC is failing.
Thanks,
Archana