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

POSTING_INTERFACE_DOCUMENT - BDC For FB01

Former Member
0 Likes
606

Dear Experts,

I want to write one BDC For FB01 Transaction. While searching forums I got three Function Modules.

POSTING_INTERFACE_START

POSTING_INTERFACE_END

POSTING_INTERFACE_DOCUMENT

to be used in sequence for advance request. This is working fine when I am not enteging the Withholding Tax Details.

But when I am using Withholding Tax Details it gives an error that the particular screen does not exist.

How to rectify the error.

Thanks & Regards

Rajiv Roshan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Hi Rajiv.

I believe we encountered same problem once.

We solved it by giving condition in the program code (while BDC built) which removes part of code in case that document type( or movement type - sorry,but i don't remember exactly )is the one which don't pops the pop up with taxes.

Hope helped

Regards

Yossi

1 REPLY 1
Read only

Former Member
0 Likes
436

Hi Rajiv.

I believe we encountered same problem once.

We solved it by giving condition in the program code (while BDC built) which removes part of code in case that document type( or movement type - sorry,but i don't remember exactly )is the one which don't pops the pop up with taxes.

Hope helped

Regards

Yossi