Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

custom TCode not working.

Former Member
0 Likes
1,780

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,297

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

Read only

0 Likes
1,297

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,297

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

Read only

0 Likes
1,297

Thanks Suhas.

Regards,

Murali

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,297

YOou have missed something in Se93.

Read only

Former Member
0 Likes
1,297

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