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

Idoc Triggering on FBWE

Former Member
0 Likes
1,081

Hi All

My requirement is to trigger IDOC PEXR2002 on transaction FBWE.

The process is first we are calling transation F-36 and then FBWE

There is Standard program RFFOED1 which we can call with F110.

Is there any option to trigger the same through FBWE or F-36 as well?

Best Regards

Naresh

Hi All

My requirement is to trigger IDOC PEXR2002 on transaction FBWE.

The process is first we are calling transation F-36 and then FBWE

There is Standard program RFFOED1 which we can call with F110.

Is there any option to trigger the same through FBWE or F-36 as well?

Best Regards

Naresh

7 REPLIES 7
Read only

Former Member
0 Likes
1,002

Hi Naresh,

I have the same problem. I would like to generate this Idoc when I call the FBWE transaction.

Did you find a solution to do that?

Regards,

Eric

Read only

0 Likes
1,002

Hi Eric

No i didn't get any standard solution. But i am creating my zprogram to trigger idoc which will accept the doc no and other details.

for which client are u working on this.

you can contact me at [email protected]

Regards

Naresh

Read only

0 Likes
1,002

Hi

U can try to use some BTE triggered while the document is beeing saved: or example 00001030.

Max

Read only

0 Likes
1,002

Hi Max

There is no BTE in the transaction FBWE

Best Regards

Naresh

Read only

0 Likes
1,002

Hi

The BTE should be active for all FI trx so for FBWE too.

U should try to active it and check if it's triggerd by FBWE.

For example BTE 1030 is called by fm POST_DOCUMENT, and I believe FBWE calls this FM.

Max

Read only

0 Likes
1,002

Max

post_document is not called in FBWE.

Best Regards

Naresh

Read only

0 Likes
1,002

Hi

I'm sorry I have mistaken the transaction, I thought FBW1, anyway FBWE is like F110 u should try a program to post o print the documents.

I believe FBWE call FB05 and perhaps this trx call some BTE.

Max