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

Program for LE_SHP_DELNOTE (smartform)

Former Member
0 Likes
1,580

Hi,

I've to do some changes at my sapscript for shipment (TC VT03N) and I want to make change to smartforms; it's a good moment...

I know the following:

In SAPScript, you can use SHIPMENT_DOC and program RV56TD00

But...

In SmartForms, you can use LE_SHP_DELNOTE and program ?????.

How could I know wich program is best for use it by myself?

Thanks & Regards,

Oscar

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
1,160

RLE_DELNOTE is the program used for LE_SHP_DELNOTE.

Check the package LE_SHP_OUTPUT of the smartform.

Regards

Sridhar

7 REPLIES 7
Read only

sridhar_k1
Active Contributor
0 Likes
1,161

RLE_DELNOTE is the program used for LE_SHP_DELNOTE.

Check the package LE_SHP_OUTPUT of the smartform.

Regards

Sridhar

Read only

0 Likes
1,160

mmm... This smartform (le_shp_output) doesn't exists... what I have to do with that? Is an smartform?

Mensaje editado por:

Oscar Espinosa

Read only

Former Member
0 Likes
1,160

HI,

check the table TNAPR

Regards

Sudheer

Read only

Former Member
0 Likes
1,160

Hi,

go to the form editor in sapscript or smartform and in menu item Goto--> change editor... which displays the editor in command display mode.

and on the right side in application toolbar... there is a button called program symbols.. clcik on that .. a popup will pop up with print program ( if it is assigned and executed my print program).

or else ....

Get the function module name (Environment -> function module name ) that is generated for this smartform.

Goto SE37-> give the function module name and click on Where used list button, you can get the driver program of smartform.

If it is dynamically called, you can find any entries in where used list.

Read only

0 Likes
1,160

Sorry Sudheer, but I don't understand your explanation. I don't know what I have to do with that.

My problem is that I need a smartform similar to sapscript shipment_doc and the control program to launch it...

Read only

0 Likes
1,160

LE_SHP_OUTPUT is not smartform, it's a development class(Package) for smartform LE_SHP_DELNOTE. If you check the the dev class of the smartform ther's a good change that you can find print program for the form, that's why i've mentioned in my prev post.

I think ther's no smartform similar to shipment_doc.

Check shipment status smartrom: LE_TRA_CONF_STAT and program RLE_TRA_CONFIRM_STATUS. I think you can use them.

Regards

Sridhar

Read only

0 Likes
1,160

Hi,

OK, I now understand you... I think then that an smartform always have a development class?

I've tested LE_TRA_CONF_STAT and it doesn't fit to my needs.

Thanks,

Oscar