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

Chain two standar transactions

Former Member
0 Likes
383

Hi Guys i need to chain two standar transactions F-48 with FBZ5, but not using Z programming. The problem is when in f-48 the user SAVE the document y need to call FBZ5 for print a check. In F-48 i was search for user exits and i obtain this:

F050S001,F050S002,F050S003,F050S004,

F050S005,F050S006,F050S007,F180A001,

FARC0002,RFAVIS01,RFEPOS00,RFKORIEX,SAPLF051

But when i search CALL CUSTOMER on SAPMF05A program, i not found nothing.

Please any tip for solve this problem

Thanks in andvance

Hi Guys i need to chain two standar transactions F-48 with FBZ5, but not using Z programming. The problem is when in f-48 the user SAVE the document y need to call FBZ5 for print a check. In F-48 i was search for user exits and i obtain this:

F050S001,F050S002,F050S003,F050S004,

F050S005,F050S006,F050S007,F180A001,

FARC0002,RFAVIS01,RFEPOS00,RFKORIEX,SAPLF051

But when i search CALL CUSTOMER on SAPMF05A program, i not found nothing.

Please any tip for solve this problem

Thanks in andvance

1 REPLY 1
Read only

Former Member
0 Likes
362

hi

What ever u r telling is correct. But if it very urgent, u can try like this. You found some user exits right? So go to SMOD and give that exit name below select component radio button and press display button. You will get function module exits. If you have access, then go and give some small logic (any thing like c = a + b) inside the function module and put break point. Do for all exits like that and come back.

Once you completed above process in all exits then go to f-48 transaction give some inputs and press SAVE button. Check any function module where you wrote that small logic is triggering. If you find then you can use that function module for you purpose as i hope.

Reward if it dose.

Thanks

Siva Kumar