‎2011 Aug 19 10:04 AM
Hey Team ABAP,
We are creating a return-order in reference to an invoice using FM SD_SALESDOCUMENT_CREATE.
This works quite fine.
Problem is now, that my consultant wants me to a pricing with pricing type '6'.
When i tell my FM to do pricing with type '6', it wont work since somewhen shortly before pricing there is a check in SAP standard which allows only B, C or G as pricing types.
Now my Idea was to have e.G. 'C' as pricing type to get past this check, and then change it to 6.
But i´m in a 4.6c System where no enhancement framework is in place, so i CANT enhance.
Our customer again is VERY VERY restrictive and wont allow any modification or any SAP objects.
So i wonder if there is still a possibility to change my pricing type.
Anyone got an idea?
Thanks for listening.
‎2011 Aug 19 10:42 AM
Well i wasnt idling while waiting for answers and so i found it out myself.
I was sucessful in the USEREXIT_MOVE_FIELD_TO_VBAPKOM in SAPMV45A.
Changed variable FUNCTION_NEW_PRICING to 6 and all worked like i wanted it to.
thanks for listening anyways.
Edited by: Florian Kemmer on Aug 19, 2011 11:42 AM