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

RSNASTED and RLE_DELNOTE programs

Former Member
1,769

Hi Experts,

I have a question in Printing of Smartforms related to Delivery.

I have been asked to refer RSNASTED program for reference.

But my plan was to modify the std program RLE_DELNOTE by using a copied version, so i need to know if there is any difference in two approaches or both are one and the same.

Hi vr,

I don't got the complete picture right now. I'm not sure if we both toalk about the same thing.

You have now an edi-processing, right?

You want to have an additional print (on paper), right?

if to both question your answer is yes, It will be a lot easier to implement a form to print in case of implement a form to process the edi-things.

~Florian

7 REPLIES 7
Read only

Florian
SAP Champion
SAP Champion
1,544

What is your question? If you need additional informations on your samrtform you need to copy RLE_DELNOTE and do whatever you wnat to.

RSNASTED is a program for EDI. So there is a huge difference between those.

~Florain

Read only

Former Member
0 Likes
1,544

Hi Florian,

Thanks for your quick reply.

Output determination of this form to have printed version of the form.

Logic should call a common routine to compute the form and then return here to print.

Output should be directed as controlled from NAST data.

For achieving the above requirement business recommended to use RSNASTED program.

Can we achieve the above requirement by using a RV_DELNOTE program?

Read only

0 Likes
1,544

Hi vr,

I don't got the complete picture right now. I'm not sure if we both toalk about the same thing.

You have now an edi-processing, right?

You want to have an additional print (on paper), right?

if to both question your answer is yes, It will be a lot easier to implement a form to print in case of implement a form to process the edi-things.

~Florian

Read only

Former Member
0 Likes
1,544

Hi Florian,.

I do not have EDI processing.

My requirement is to Print Outbound delivery Smartform through ENTRY_PRINT and ENTRY_EMAIL.

I thought of using RV_DELNOTE program  but business asked me to use RSNASTED program for doing this.

My question is why would they suggested for RSNASTED program when there is std delivery program RV_DELNOTE for form printing?

Is there any specific reason for using RSNASTED program.

Read only

0 Likes
1,544

Hi vr,

your right. That doesn't make any sense if you do not need EDI-processing at all.

Use RV_DELNOTE and tell your business, RSNASTED is for EDI processing and it doesn't make sense to you to use it. IF they want to use this program they should explain it to you.

Maybe they just got it on someones list of programs and do not realize that it is for EDI.

~Florian

Read only

Former Member
0 Likes
1,544

Florian,

Apart from Entry_Print,can we use RV_Delnote program for Entry_Email also, that means output determination using email.

Read only

0 Likes
1,544

Hi vr,

usual you got one entry routine. The driver-program got a routine in which handles the different cases. If you have a look in your NAST-table you will see a field NACHA.. that is the medium...

1 = print

2 = Fax

5 = mail

...

So of course you can use the same program for all kind of output.

~Florian