cancel
Showing results for 
Search instead for 
Did you mean: 

Print program subroutines

Former Member
0 Kudos

Hello Gurus,

I wasn't sure if I should post this in the Form forum or ABAP... So here we go.

I have ABAP experience but I'm new to working with anything beyond 4.6. I'm having some difficulties understanding where to make changes in the print program. I need to make a change in the standard delivery note print program. There are some subroutines with the name '%CO1', '%CO2' and so on. The change needs to go inside one of them. Do I edit the include directly (Include /1BCDWB/LSF00000053F01) which requires an access key, or is there somewhere else I can get to this code?

Another basic question is what does it mean with the subroutine has a '%' in front of it?

TIA!

Lyn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want edit Delivery note print program , you need to copy the RLE_DELNOTE to ZRLE_DELNOTE. Do the changes in the Subroutine F

FORM PROCESSING USING PROC_SCREEN

CHANGING CF_RETCODE.

.

Then you you need to config this program name to NACE config . NACE->Shipping>Create Zoutput type--> Give program name and Smartform name..

Hope this will help your issue.

Reward point if helpful

Thanks,

Kumar s

Former Member
0 Kudos

I figured it out. This is for an existing working delivery note. The code is in the smart form. Thanks for the reply.

Answers (0)