‎2006 Nov 22 2:54 PM
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
‎2006 Nov 22 3:02 PM
RLE_DELNOTE is the program used for LE_SHP_DELNOTE.
Check the package LE_SHP_OUTPUT of the smartform.
Regards
Sridhar
‎2006 Nov 22 3:02 PM
RLE_DELNOTE is the program used for LE_SHP_DELNOTE.
Check the package LE_SHP_OUTPUT of the smartform.
Regards
Sridhar
‎2006 Nov 22 3:08 PM
mmm... This smartform (le_shp_output) doesn't exists... what I have to do with that? Is an smartform?
Mensaje editado por:
Oscar Espinosa
‎2006 Nov 22 3:16 PM
‎2006 Nov 22 3:20 PM
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.
‎2006 Nov 22 3:29 PM
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...
‎2006 Nov 22 4:02 PM
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
‎2006 Nov 23 7:58 AM
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