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

change pricing type without modification or enhancing?

Former Member
0 Likes
314

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.

1 REPLY 1
Read only

Former Member
0 Likes
259

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