cancel
Showing results for 
Search instead for 
Did you mean: 

mass change of pricing date and billing date in credit memo request

Former Member
0 Kudos

Hi,

Can i change the billing date pricing date on credit memo request docs using MASS transaction?

If i enter the regular sales order number it prompts me to change the value but if i enter the credit memo request doc number,the message "No data meets the selection criteria" is displayed.I also checked with IDES ,message is the same

Is there any different way to do mass change for credit memo requests or am i missing something here.

Please Suggest

Thanks

Abhilash Nayak

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You cannot use MASS transaction on Credit memo requests even though they are saved as SD orders. For the purpose of MASS transaction, when the system validates your selection, it uses a view MASSSDHEAD instead of VBAK. The view MASSSDHEAD is defined with a condition VBTYP = 'C'. So, you can only use the MASS transaction on regular SD orders where VBTYP = 'C'

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi,

Go to the transaction code MASS and enter the OBJECT TYPE as BUS2032 and enter

It will lead you to the next screen where you can find the Table and Field TABS

Select the SALES ORDER HEADER DATA and choose the fields data and choose the fields PRICING DATE and BILLING DATE and execute

In the subsequent screen you can see the selection screen where you can enter all the Sales documents for which you want to change

Key in all the documents and execute

Now change the date as per your requirement and check the effect

regards,

santosh

jpfriends079
Active Contributor
0 Kudos

What you can do is

We use CATT scripts to change billing date ...just create simple script with doc number and new billing date and then read from excel file.

[CATT - Computer Aided Test Tool|http://www.sap-img.com/sap-catt.htm]

Hope it can assist you.

Thanks & Regards

JP