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

Stimulating FPE1 programatically

Former Member
0 Likes
333

Hi,

FPE1 is a transaction code in ISU which is used for manually clearing of documnets(YP,YO, UE)

I want to stimulate it automatically

Is there any way to do it?

1 REPLY 1
Read only

Former Member
0 Likes
287

Hi,

Try using BAPI :BAPI_CTRACDOCUMENT_CREATE . Fill the DOCUMENTHEADER and PARTNERPOSITIONS tables properly, and also that the COMPLETEDOCUMENT parameter has the value 'X'. You may need to call BAPI_TRANSACTION_COMMIT also.

Hope this helps.

Thanks,Abhishek