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

Problem in parking a document using one time vendor

Former Member
0 Likes
814

Hi All,

I am working on a program where I need to park a document using one time vendor. I have used the FM PRELIMINIARY_POSTING_FB01 to park the document. I have inserted the one time vendor information in table VBSEC. Now when I park the document the document is getting parked but when I try to post the document using FV60 I am getting the pop up again for me to enter the one time vendor information. I debugged my program and the std FV60 to see what am i passing in the tables for the FM PRELIMINIARY_POSTING_FB01 and everything looked same... Can you please help me with this.

Hi All,

I am working on a program where I need to park a document using one time vendor. I have used the FM PRELIMINIARY_POSTING_FB01 to park the document. I have inserted the one time vendor information in table VBSEC. Now when I park the document the document is getting parked but when I try to post the document using FV60 I am getting the pop up again for me to enter the one time vendor information. I debugged my program and the std FV60 to see what am i passing in the tables for the FM PRELIMINIARY_POSTING_FB01 and everything looked same... Can you please help me with this.

4 REPLIES 4
Read only

Former Member
0 Likes
676

When you look at the parked document (before it is posted), do you se the OTO data?

Rob

Read only

0 Likes
676

Hi Rob,

When I open the document in FV60 before trying to post it and hit enter on the vendor name I get the pop up again to enter the one time vendor information.

Read only

0 Likes
676

I think you're going to have to debug FV60 to see what's going on before and after your FM is called.

Rob

Read only

Former Member
0 Likes
676

there ia a fields in BSEG 'XCPDD' and as soon as checked that I was able to do what I wanted.