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: 

Printing of dunnings

former_member1110335
Participant
0 Kudos

Hi ,

I need to do the following in the userexit for tcode F150

-> The user exit has to select the dunning clerk from the customer master and select the respective printer from a z table.

The z table has the following fields:

1. MANDT

2. BUKRS

3. BUSAB

4. YYPRT -- Printer

Is the user exit exit_sapfi150d_001 suitable for the implementation?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

the exit exit_sapfi150d_001 is only used for fax or internet dunnings.

You could implement the business event ( BTE ) 00001040 (transaction FIBF).

Regards Wolfgang

2 REPLIES 2

Former Member
0 Kudos

Hello,

the exit exit_sapfi150d_001 is only used for fax or internet dunnings.

You could implement the business event ( BTE ) 00001040 (transaction FIBF).

Regards Wolfgang

former_member1110335
Participant
0 Kudos

Hello Wolfgang,

thanks for the suggestion....

But im not familier with Business transaction events.

Could you please tell me how to go about it ...

In the exit i need to select the dinning clerk from the customer master & select the respective printer from a ztable which I will maintain.