cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Rush Order with multiple plants

Former Member
0 Kudos

Hello gurus,

We just upgraded to 6.0 from 31I and when creating a

rush order with multiple plants the first item's delivery

does not contain a ship-to party were the second item's

delivery does. Table VBPA does not have a record for the

first delivery but the second delivery is there. This did not happen in 31I.

Please advice.

Best Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello, friend.

hhmmm. that is strange. please check if there is any userexit or any ABAP program that may be causing this. also, it is unlikely somebody made the ship-to party not a mandatory function and would delete this.

Former Member
0 Kudos

Thank you Jonathan for taking a look at this, the ship-to party is mandatory and I don't see anything that will prevent the

ship-to party from being added to VBPA.

Like I mentioned before it worked in the previous release without

an issue. I have dedugged a standard rush order all the way

until the deliveries get created (RV_DELIVERIES_SAVE) and

table XVBPA contains both deliveries and both have the ship-to

party record.

Where can I look (maybe thru debugging) to determine what

XVBPA looks like before it gets saved by SAP?

Regards,

Ruben.

Former Member
0 Kudos

hello, Ruben.

hhmmm. your table XVBPA looks like a created table that is not SAP standard. i am not an ABAP person so i could not pretend to give you good advice, but i (my speculation only) suspect that there was a user exit or an ABAP program that made the system do the postings to this table instead of the standard VBPA.

i further speculate that during the upgrades, some of the enhancements may have been lost or diverted. (to prevent this, you usually use the 'Z' naming convention, which is to have this letter as the start of any name for an enhancement or definition outside of SAP standard)

your best bet is to try getting an ABAP consultant (or are you one already?) to help you look at this.

regards!

Former Member
0 Kudos

Hello Jonathan, I just figure out why. Yesterday I shutdown

all userexits under the delivery side and still couldnt stop the

issue from happening. I found an enhancement point someone

did during our upgrade that apparently were checking for

duplicate entries and ended up deleting the records under XVBPA(which iit is a internal table named by SAP) causing

the issue I was having. I have made the chnage and it's working correctly now.

Thank you very much for your help.

Best Regards,

Ruben.

Answers (0)