cancel
Showing results for 
Search instead for 
Did you mean: 

PO Number is blank in my new credit note with reference

Former Member
0 Kudos

Hi experts.

I want to create a credit note request order with VA01.

I click on "create with reference" and then I add my billing document (invoice) and click on copy.

My issue : my PO Number is blank everywhere (material and credit note).

In my invoice that I use for my reference, when I double click on my material and then on "PO data", i have my purchase order which is filled.

How can i have this material PO number automatically in my new credit note request ?

Is this customizing ? Or should I use user-exits to solve that ?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think in copy control we dont have any setting is there to copy that po number to subsequent document. This can be done through by developeing new routien.

Take hedder routien and take a copy of that find a field where PO number is gettin saved and pass that filed to XVBKD - BSTKD.

Check the routien and inform the ABAPer to put the code.

Hope this will help you in resolvin your issue.

Regards,

Nagesh

Former Member
0 Kudos

Hi Nagesh.

Thanks for your help.

I did that and it works.

Thanks again.

Program MV45AFZZ

FORM USEREXIT_FIELD_MODIFICATION.

case *vbkd-bstkd

If vbak-vgbel <> ''

access to vbkd with vbrp-aubel in order to have vbkd-bstkd

and then move this result into vbkd-bstkd

endif.

Solved.

Answers (0)