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

calling a BDC program in side a user-exit

Former Member
0 Likes
392

Hi all,

I need to call a BDC program in side a user-exit of sales order change

. i want to make user by calling this BDC program that it wont effect any of my other code's on that and that the customer wont be noticed with any inconvenience.

i know to use

CALL TRANSACTION 'zprogram'.

but i want to make sure that till will not do any harm for any of other parts.

Regards Nafran.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
319

Hi

Make sure you dont change any values of standard SAP variables,structures and internal table values inside the user exit.This is the only way where the other functionality gets affected(unless it is the requirement).

Reward if helpful.

Thanks & regards,

Ramya

1 REPLY 1
Read only

Former Member
0 Likes
320

Hi

Make sure you dont change any values of standard SAP variables,structures and internal table values inside the user exit.This is the only way where the other functionality gets affected(unless it is the requirement).

Reward if helpful.

Thanks & regards,

Ramya