Application Development 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: 

Is transaction "BUP2" an Enjoy Transaction?

Former Member
0 Kudos

Hello Experts! I need to do a Batch Input of transaction 'BUP2'

and its behavior is pretty extrange

I really would like to know if it is an Enjoy Transaction

that would explain it behavior

Thanks a lot!

6 REPLIES 6

former_member181962
Active Contributor
0 Kudos

HI Maria,

Yes it is a Enjoy transaction.

Go for a bapi instead.

Regards,

Ravi

ferry_lianto
Active Contributor
0 Kudos

Hi Maria,

BUP2 is enjoy SAP transaction.

But you can use this BAPI/FM to change business partner.

<b>BAPI_BUPA_ROLE_CHANGE

BUPA_ROLE_CHANGE</b>

Hope this will help.

Regards,

Ferry Lianto

former_member188685
Active Contributor
0 Kudos

Hi Maria,

it is enjoy transaction,

try to use one of there

<b>BAPI_BUSINESS_PARTNER_CHANGE

BAPI_BUSINESS_PARTNER_MODIFY </b>

Regards

vijay

Former Member
0 Kudos

Hello Expert, Thanks to respond, the BAPÍs de Roles that they suggest to me to not do not serve and those me as modification of partner either. I am at the moment working in Credit Management with transaction BUP2, which I need is given a BP to be able to press the option Segment of Credit, to place ' 0000 ' that is "coorporativo" and soon to press a computer that there is there. There will be some BAPI or standard program that does this?

Thanks forum

Former Member
0 Kudos

Hi, forum,

I Would like to know if there is any way of create a credit segment to a business partner different to transaction BUP2.

Thanks a lot...

0 Kudos

Check out transactions :

BUG1 Create Business Partner, General

BUG2 Change Business Partner, General

BUG3 Display Business Partner, General

BUP1 Create Business Partner

BUP2 Change Business Partner

BUP3 Display Business Partner

BUPA_PRE_DA Flag Business Partner for Deletion

<u><b>Tip : Go to SE93-> f4 : Package = BUPA and tr.code = B* and hit execute .</b></u>

Thanks