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

VL10 (VL04) problem

Former Member
0 Likes
599

Hello All,

When i create a sales order it inturn posts the data on other system, since other system has no master data avaible it generates a new addresscode even though the ship to party is same for 2 sales orders.

When i try to combine the orders for one single delivery it does not combine , as the ship to address codes are different (Though adress content is same).

I want to tell VL10 not to check for Address code instead search for address content , how can i do it?

Where does this check happends in first place?

Would be very helpful to know your comments ont his.

Regards,

Manohar

Hello All,

When i create a sales order it inturn posts the data on other system, since other system has no master data avaible it generates a new addresscode even though the ship to party is same for 2 sales orders.

When i try to combine the orders for one single delivery it does not combine , as the ship to address codes are different (Though adress content is same).

I want to tell VL10 not to check for Address code instead search for address content , how can i do it?

Where does this check happends in first place?

Would be very helpful to know your comments ont his.

Regards,

Manohar

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
467

Hi Manohar!

Only some general comments (sorry, no solution):

there are two ways of checks:

- directly coded in SAP-functions (you would need modification)

- dynamical added routines (you can replace them by own logic, you will find most (all?) in various places of transaction VOFM)

Still strange scenario, I guess you might run into further problems. Who is creating invoice? The one with bank data, or the one with confirmed quantities?

Somehow split between central system and logistic system was done at a different borderline at other customers.

But never mind, such decisions are of course very complicate - straight forward ways are of course much simpler, no question.

Regards,

Christian

Read only

0 Likes
467

Hi Christian,

I guess i need to do some checks on address content in Copy Routine for header!

Changing CVBPA data.

Invoice is created w.r.t delivery.

Thanks for your time on this.

Still searching for answers though

Regards,

Manohar