cancel
Showing results for 
Search instead for 
Did you mean: 

Change spool request name for the cover page text field

Former Member
0 Kudos

Dear ABAPers

I have a requirement from business saying that they want to change the spool request name for the cover page text field in the output to read the "order ack for PO #" and insert PO# field (VBKD-BSTKD) for output types ZBA0 and ZBA1. For Tcodes va01 and va02. The reason they want this is that they want to provide the customers PO in the subject line of the email received with the order confirmation. Please guide me as what i should be looking at. Thank you!

Raji reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

naimesh_patel
Active Contributor
0 Kudos

There is a program associated with the output types.

You need to change this program to add the customer po in the spool text.

You need to change,

OUTPUT_OPTIONS-TDCOVTITLE = 'customer PO ...12234'. if you use the SmartForm

Or,

ITCPO-TDCOVTITLE = 'Customer Po...'. if you use the SAPScript.

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi Naimesh Patel,

Thanks for the quick response. The communication method screen is SAPDV70A to read "CI Order Ack for PO#" and then insert PO# field (VBKD-BSTKD). the text field is (NAST-TDCOVTTLE). By doing this it should provide the customer's purchase order in the subject line of the email received with the order confirmation. Please let me know the Tcode and steps involved in configuring this step, to achieve desired results. Thank you!

Best Regards'

Raji