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

exit in BAPI

Former Member
0 Likes
426

Hi,

I wrote one customer exit for std transactions co11n and co15. and keep a check on sy-tcode eq co11n or co15.

works good. the exit also shud work for bapi_prodorder_conXXXXXXX. actually the bapi is calling the exit. How can i make a check on the bapi..plz suggest..

note: if i execute bapi from se37...sy-tcode will be se37...editer it will be se38..

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi Tuborg,

Do u planned to create a 'Z' txn code including your ABAP(with the BAPi)

or may be can you check for the ABAP name instead of the txn code.

Hope this helps,

Erwan

Read only

0 Likes
385

Hi,

thanks for responce.

Actually..the bapi is called by xMll, plz suggest there is no program and tcode..