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 Transaction call

Former Member
0 Likes
676

Hello Gurus,

I created custom transaction code(/com/tcode) for a report transaction(Program and Selection Screen). When I added the same t code under favorites I am able to call the report program selection screen and but when I give <B> /com/tcode </B> t code in command field, no action is being performed.

Is there any problem with naming conversion as I need to follow <B> /com/ </B> for all my customization

Please suggest me to move further

Regards,

Magana

1 ACCEPTED SOLUTION
Read only

siva_subramanian2
Participant
0 Likes
598

This message was moderated.

3 REPLIES 3
Read only

siva_subramanian2
Participant
0 Likes
599

This message was moderated.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
598

Transaction starting with "/" cannot be input in the ok_code field as they are interpreted as function code and not as transaction, try "/n/com/tcode" or "=/com/tcode".

(Ref Note 598688 - Misleading OK code entries.)

Regards,

Raymond

Read only

0 Likes
598

Thanks Siva and Raymond