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: 

Userexit XK01

Former Member
0 Kudos

Hello,

I need to implement a check just after the first screen of XK01 (stop if sy-subrc = 4 or continue if sy-subrc = 0). Where can I do this (BADI, userexit, enhancement ...)?

Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I don't know what u need to check, but u can try to use the BTE 00001360, here it's usually used to check the accounting group so it's just called after calling the first screen.

Max

4 REPLIES 4

Former Member
0 Kudos

Hi

I don't know what u need to check, but u can try to use the BTE 00001360, here it's usually used to check the accounting group so it's just called after calling the first screen.

Max

0 Kudos

Thank you. I've tried to find the function module (SAMPLE_PROCESS_00001360) related to this BTE but I didn't found it??

0 Kudos

I think it will be 1460 (1360 is for customers) and the FM is SAMPLE_INTERFACE_00001460

0 Kudos

Hi

I'm sorry, Eric is right, the BTE for vendor is 00001460, so u need to copy the sample function module SAMPLE_INTERFACE_00001460, in your own fm, then active BTE by trx BF34, but before running BF34 u need to create a your own product by trx BF24.

Anyway all trx above are included in trx FIBF

Max