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

Billing document print

Former Member
0 Likes
2,639

I would like to know how to put in a remark in the print preview of a billing document in "zsmsdr013".Its not working even after i have put in something in "remark note" under header text in "VF02".

9 REPLIES 9
Read only

Former Member
0 Likes
2,508

Hi Dave,

Since you use a custom built program (ZSMSDR013) you should check the program if this text is taken into account.

Regards,

John.

Read only

0 Likes
2,508

Hi John,thanks for replying,i m very new into ABAP and i have limited knowledge of it as well. When u said "if this text is taken into account",can you please clarify further..thank u so much

Read only

0 Likes
2,508

Hi Dave,

This will take some time if you are very new to ABAP. Could you please check if there is already a call to FM READ_TEXT in your ABAP?

Regards,

John.

Read only

0 Likes
2,508

None John

Read only

0 Likes
2,508

Ok Dave, next question: Is the billing document being printed with a Smartform or SAPscript?

Read only

0 Likes
2,508

Should be SAPscript cos i would have to type "locl" in the output device field n select the appropriate printer in the "windows printer" field.

Read only

0 Likes
2,508

Hi Dave,

The type of printer is of no influence.... I'm afraid it will be too complex to help you using this forum.

I advise you to take a close look to other programs for printing invoices, like the standard SAP program RLB_INVOICE.

Regards,

John

Read only

Vinod_Chandran
Active Contributor
0 Likes
2,508

Hi Dave,

It seems you are using a custom print program. In this you have to use the READ_TEXT function module to read the text 'remark note' and use the WRITE_FORM to pass the text to the print.

Let me know if you need more clarification.

Cheers

Vinod

Read only

0 Likes
2,508

Hi Vinod,i m already seeing the program in SE38 and i am very confused because i am very new into ABAP..and now just trying to solve this problem...please clarify further.thanks for replying vinod