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: 

Stimulating FPE1 programatically

Former Member
0 Kudos

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

Former Member
0 Kudos

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