cancel
Showing results for 
Search instead for 
Did you mean: 

not standard partner functions in general data screen transaction

Former Member
0 Kudos

Hello,

I have the following problem. I would like to use new partner functions in a transaction in the general data tab. I do not want to use 'parties involved'. It looks like it is only possible to use the standard partner functions. It's the same problem as in the PCUI.

Thanks in advance.

A.

Accepted Solutions (0)

Answers (1)

Answers (1)

stephenjohannes
Active Contributor
0 Kudos

Annelies,

It is possible to do this actually for a business transaction, but you need to enhance the context.

1. In GENIL_MODEL_BROWSER For component set BT, look at dependent objects BTPartnerSet and see if there is a relationship for your partner function. If not you will need to add a relationship for your partner function.

2. For the context of the screen you will create a new context node called BTPARTNER<ZFUNC> where <ZFUNC> is the name of the partner function. It will be of type BTPartner and be related to the BTPARTNERSET node with a relationship corresponding to the relationship name found in the GENIL_MODEL_BROWSER

3. Add the PARTNER_DYN field under the new context node to be displayed on the screen in your configuration.

For more details on these steps please do a quick search, as I think I have posted at least on step 2 & step 3 in this forum before.

One of my answers is here:

Thank you,

Stephen

Edited by: Stephen Johannes on Sep 9, 2008 11:40 AM