This website is not affiliated with, sponsored by, or approved by SAP AG.

Transaction code not assign to component

Development (ABAP Development WorkBench, ABAP/4 programming)

Moderators: thx4allthefish, Snowy, Gothmog, YuriT

Transaction code not assign to component

Postby sunchecs » Sun Jul 15, 2012 9:38 pm

Hi all,

I've copied standard SAP function group to make it as customized program. The standard function group is /SAPPO/API_DIALOG_START.
And my customize function group is ZSAPPOAPI_DIALOG_START. I've assigned the new TR code to the custom FG and test it.
Btw I got the message "Transaction code is not assigned to a component".

What should i do.
Thanks & Regards

sunchecs
 
Posts: 111
Joined: Mon Sep 29, 2003 10:07 pm

Re: Transaction code not assign to component

Postby Gothmog » Wed Jul 18, 2012 6:32 am

If you look in your code where you get this message (/SAPPO/MSG 415), you'll see that depending on the component, the program will determine if your transaction is a display or an edit transaction.
Either enter the correct entries in the relevant tables to assign your transactions to a component, or modify this code in order to use your transation by default instead of /SAPPO/PPO2 and /SAPPO/PPO3.
68 74 74 70 3a 2f 2f 74 69 6e 79 75 72 6c 2e 63 6f 6d 2f 62 64 6f 37 6d 77 67
Gothmog
 
Posts: 1467
Joined: Wed Sep 12, 2007 4:46 am
Location: Probably not home

Re: Transaction code not assign to component

Postby sunchecs » Sun Jul 22, 2012 7:03 pm

Gothmog wrote:If you look in your code where you get this message (/SAPPO/MSG 415), you'll see that depending on the component, the program will determine if your transaction is a display or an edit transaction.
Either enter the correct entries in the relevant tables to assign your transactions to a component, or modify this code in order to use your transation by default instead of /SAPPO/PPO2 and /SAPPO/PPO3.


May i know which is the relevant tables either i modify the source code.

Thanks.
sunchecs
 
Posts: 111
Joined: Mon Sep 29, 2003 10:07 pm


Return to ABAP

Who is online

Users browsing this forum: No registered users and 5 guests




This website is not affiliated with, sponsored by, or approved by SAP AG.