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

Update header text while creating new billing document

Former Member
0 Likes
2,252

I have a requirement where i need to update the header text ( particular text type )in the billing document while creating it. This has to be done for a paticular pricing condition.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,350

Hello,

Could you check if BAdI SD_CIN_LV60AU02 is useful. If the control stops here, then we might use Function Modules SAVE_TEXT and COMMIT_TEXT to save the header texts for the Billing doc.

Regards

Sabu.

2 REPLIES 2
Read only

Former Member
0 Likes
1,351

Hello,

Could you check if BAdI SD_CIN_LV60AU02 is useful. If the control stops here, then we might use Function Modules SAVE_TEXT and COMMIT_TEXT to save the header texts for the Billing doc.

Regards

Sabu.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,350

Check with your SD consultant if this could be achieved by using a data transfer routine. Transaction VOFM -> Data transfer -> Texts.

This might be problematic though since the texts and pricing conditions are kind of completely separate areas. I would question the purpose of this requirement. If some text simply has to be printed on the invoice, then it would be much easier to do in the invoice form.