cancel
Showing results for 
Search instead for 
Did you mean: 

po from qutotation to order

Former Member
0 Kudos

In our business case , we will input po num in quotation. Now while referencing this qutatoion in order we need this po num also to be copied. we maintained copy controls also for this quotation to order but still we are not getting po number from quotation to order.

where in the configuration we need to maintain this.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

even we kept fulll reference but still not comming. any help

Former Member
0 Kudos

Dear Shiva,

You need to customize Routine "101 - Header bus. data" which is attcahed in T. Code: VTAA (at Header Level) within Field: DataT, to include your requirement regarding PO Number.

Ask your ABAPer to write a Custom-Routine with refernce to "101 - Header bus. data", and add Program for the requirement:

PO Number (VBKD-BSTKD)

Best Regards,

Amit

Former Member
0 Kudos

any other suggestions on this experts

Former Member
0 Kudos

check your current cpy controls.

In copy controls...101 routine might have used.

in 101 routine program...you can see this code...

  • PO data should not be copied

CLEAR: VBKD-BSTKD,

VBKD-BSTDK,

Just copy 101 routine program to 901 routine and just change the code shown aove.

this will rsolve your issue

Regards

Krishnam Raju

Answers (1)

Answers (1)

jpfriends079
Active Contributor
0 Kudos

Hello,

You can do the same by activating "Complete reference indicator" by ticking in Copying Control: Header for Quotation to Order.

Hope ur query is solved.

Thanks.

Regards

J Prakash