2009 Jan 07 6:24 PM
Hello Experts
As far as I know, standard VMS actions allow me to do "Cross Plant Good Movements" (standard action CPGM). The problem is that this action executes a stock transfer (without creating a stock transport order). I need to create a stock transport order between plants, with condition types, and after that I need to create a delivery and a billing document from company A to company B, in other words, I just need to do in VMS what standard SD-MM intercompany stock process does, but I didn't find any standard way of doing so.
How did you solve it?
I will appreciate your help in this topic.
Thanks in advance for your support.
Best Regards,
Ivette
2009 Jan 08 9:18 AM
Hello Ivette,
there's no standard VMS action available which does what you want out of the box.
So you need to define your own actions for VMS to fulfill your needs. Please refer to note 903913 in order to find out how this is done in general.
If you're lucky, the function modules of existing actions can be reused and you just need to implement BAdIs (to pass on additional or changed parameters to the ERP BAPIs) which are called by such action function modules and you have to call these function modules slightly differently (e. g. using other action document types).
In order to find out if existing action function modules can be reused in this way, I recommend that you examine the function modules of the actions which do things relatively similar to what you need.
If reuse is not possible, you would have to create your own action function modules.
In any case, it won't be pure customizing but will require some ABAP development. Modification of SAP is in my opinion not necessary.
Kind regards,
Steffen
2009 Jan 08 9:18 AM
Hello Ivette,
there's no standard VMS action available which does what you want out of the box.
So you need to define your own actions for VMS to fulfill your needs. Please refer to note 903913 in order to find out how this is done in general.
If you're lucky, the function modules of existing actions can be reused and you just need to implement BAdIs (to pass on additional or changed parameters to the ERP BAPIs) which are called by such action function modules and you have to call these function modules slightly differently (e. g. using other action document types).
In order to find out if existing action function modules can be reused in this way, I recommend that you examine the function modules of the actions which do things relatively similar to what you need.
If reuse is not possible, you would have to create your own action function modules.
In any case, it won't be pure customizing but will require some ABAP development. Modification of SAP is in my opinion not necessary.
Kind regards,
Steffen