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

EINKBELEG_WRITE_DOCUMENT Example

Former Member
0 Likes
1,273

Hello Experts,

I would like to use the FM EINKBELEG_WRITE_DOCUMENT but there is no documentation about how to use this FM.

Can anyone provide me an example?

Thank you,

Manuel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
814

Hi,

You could put a break-point at the start of the FM, and run transaction FMCT.

Then when/if the debugger stops at your break-point, you could examine the data that was passed to the FM.

John

1 REPLY 1
Read only

Former Member
0 Likes
815

Hi,

You could put a break-point at the start of the FM, and run transaction FMCT.

Then when/if the debugger stops at your break-point, you could examine the data that was passed to the FM.

John