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

F110 PDF and z program

prabhu_s2
Active Contributor
0 Likes
824

hi,

i need to generate a PDF document for the posting done in F110 and save the pdf in an application server pth. along with that i need to update a Z table with some basic information....initally i thought of makling a copy of RFFOGB_T and use it by replacing the standard program in the configuration but understood tht it may not be a wise approach. is there any way to get this done?how can i call a custom program when posting is done via F110 transaction?? is there any badi tht can perform this process?

hi,

i need to generate a PDF document for the posting done in F110 and save the pdf in an application server pth. along with that i need to update a Z table with some basic information....initally i thought of makling a copy of RFFOGB_T and use it by replacing the standard program in the configuration but understood tht it may not be a wise approach. is there any way to get this done?how can i call a custom program when posting is done via F110 transaction?? is there any badi tht can perform this process?

3 REPLIES 3
Read only

Former Member
0 Likes
711

Hello,

You can do it by using user exit FDTAX001. component EXIT_SAPMFDTA_001

bye

Read only

Former Member
0 Likes
711

Have you seen this thread

Read only

prabhu_s2
Active Contributor
0 Likes
711

BTE helped