2009 Oct 24 8:18 AM
Hi
Revision Level is related to material. i want to display Revision Level in Delivery schedule .
or table is EKKO-RELVL
My Purchase Order is showinh Revision Level along eith material like T1005 A .
How to get the Revision Level in Delivery schedule.
1) any cogiguration
2) print prog
3) script layout
my print prog is SAPFM06P is Subroutine pool and Script prog is Zmedruc
We cannot do any modify in SAPFM06P ( Subroutine pool ), so need to do changes in script. if i have to modify script prog
but not able to find the where to do changes/ need to add field EKKO-RELVL
How to get this ?
Hi
Revision Level is related to material. i want to display Revision Level in Delivery schedule .
or table is EKKO-RELVL
My Purchase Order is showinh Revision Level along eith material like T1005 A .
How to get the Revision Level in Delivery schedule.
1) any cogiguration
2) print prog
3) script layout
my print prog is SAPFM06P is Subroutine pool and Script prog is Zmedruc
We cannot do any modify in SAPFM06P ( Subroutine pool ), so need to do changes in script. if i have to modify script prog
but not able to find the where to do changes/ need to add field EKKO-RELVL
How to get this ?
2009 Oct 26 10:08 AM
hi abapers ,
my query is to get Revision Level in Delivery schedule it is coming in Purchase Order .
or table is EKKO-RELVL
2) print prog
3) script layout
my print prog is SAPFM06P is Subroutine pool and Script prog is Zmedruc_ds
TO PRINT material AND ITS DESCRIPTION in script :
&EKPO-EMATN& &EKPO-TXZ01&
its meaning is T100B Spring-left
i want REVLV revision level in material. as T100B / A Spring-Left ( want to add / A )
will it work like this.
&EKPO-EMATN& &EKPO-TXZ01& &ekpo-revlv&
second point and how to add /
and only changes are to be done in script text ?
thanks
Material We cannot do any modify in SAPFM06P ( Subroutine pool ), so need to do changes in script. if i have to modify script prog
but not able to find the where to do changes/ need to add field EKKO-RELVL
How to get this ?
2009 Oct 27 5:17 AM
Hi all,
i have query about script.
in my system for Driver Programe is SAPFM06P and print programe is ZMEDRUCK.
in T-code NACE
Application is EL Description is Pur.Schaggr release
in OUTPUT Types LPET
now main thing is i want to copy this laypout Programe ZMEDRUCK to YMEDRUCK and driver programe is remains same
SAPFM06P.
how to link in SAPFM06P to new copied ymedruck layout in nace with EL and LPET. Being under consideration that there is already old prog with EL and LPET
will it work that two programes with same EL and LPET can exist ?
Thanks
2009 Oct 27 5:25 AM
Hi,
When any PO is changed, new revision level is generated. You can find it from the field EKKO-RELVL.
I had the same requirement medruck sapscript . For testing just change one PO and and save it.
2009 Oct 27 5:42 AM
hi,
I am not getting your point.Please clarify more details
already existing Delivery Sche dule has followings
= <K><K> Material &EKPO-EMATN& &EKPO-TXZ01&</></>
if i do changes like this
= <k><k><K> Material &EKPO-EMATN& &EKPO-REVLV& &EKPO-TXZ01&</></></>
will it work ? i am adding only &EKPO-REVLV&
and other point which i need to clarify :
Driver Programe is SAPFM06P and print programe is ZMEDRUCK.
T-code NACE
Application is EL Description is Pur.Schaggr release
in OUTPUT Types LPET
I want to copy this laypout Programe ZMEDRUCK to YMEDRUCK and driver programe is remains same
SAPFM06P.
how to link in SAPFM06P to new copied ymedruck layout in nace with EL and LPET. Being under consideration that there is already old prog with EL and LPET that is SAPFM06P and ZMEDRUCK
will it work that two programes with same EL and LPET can exist ?
Thanks
2009 Oct 27 8:29 AM
2009 Oct 27 9:39 AM
hi,
point which i need to clarify :
Driver Programe is SAPFM06P and print programe is ZMEDRUCK.
T-code NACE, Application is EL and OUTPUT Types LPET
I want to copy this laypout Programe ZMEDRUCK to YMEDRUCK and driver programe is remains same
SAPFM06P.
how to link in SAPFM06P to new copied ymedruck layout in nace with same EL and LPET. Being under consideration that there is already old prog with EL and LPET that is SAPFM06P and ZMEDRUCK
will it work that two programes with same EL and LPET can exist ?
already existing Delivery Sche dule has followings
Example T1001 spring circular
= <K><K> Material &EKPO-EMATN& &EKPO-TXZ01&
if i do changes like this
= <k><k><K> Material &EKPO-EMATN& &EKPO-REVLV& &EKPO-TXZ01&
i am adding only &EKPO-REVLV&
will it show
T1001 B spring circular
(where B is the Revlv of material )
another i want display like T1001 /B spring Circular
How to get this / in = <k><k><K> Material &EKPO-EMATN& &EKPO-REVLV& &EKPO-TXZ01&
Thanks
2009 Oct 28 4:27 AM
hi,
point which i need to clarify :
Driver Programe is SAPFM06P and print programe is ZMEDRUCK.
T-code NACE, Application is EL and OUTPUT Types LPET
I want to copy this laypout Programe ZMEDRUCK to YMEDRUCK and driver programe is remains same
SAPFM06P.
how to link in SAPFM06P to new copied ymedruck layout in nace with same EL and LPET. Being under consideration that there is already old prog with EL and LPET that is SAPFM06P and ZMEDRUCK
will it work that two programes with same EL and LPET can exist ?
already existing Delivery Sche dule has followings
Example T1001 spring circular
= <K><K> Material &EKPO-EMATN& &EKPO-TXZ01&
if i do changes like this
= <k><k><K> Material &EKPO-EMATN& &EKPO-REVLV& &EKPO-TXZ01&
i am adding only &EKPO-REVLV&
will it show
T1001 B spring circular
(where B is the Revlv of material )
another i want display like T1001 /B spring Circular
How to get this / in = <k><k><K> Material &EKPO-EMATN& &EKPO-REVLV& &EKPO-TXZ01&
Thanks
2009 Oct 28 7:22 AM
Hi
i have to add REVLV in Delivery schedule .
SAP Layout editor :
Earlier code is working fine:
= <K><K> Material &EKPO-EMATN& &EKPO-TXZ01&</></>
and output is Material TP56748 right Curve palte
1) = <K><K><k> Material &EKPO-EMATN& /&EKPO-REVLV& &EKPO-TXZ01&</></></>
the output will be Material TP56748 /B right Curve palte
i am adding only this code /&EKPO-REVLV&
Thanks
2009 Oct 28 11:34 AM
2009 Oct 29 3:59 AM
Hi Abapers,
is it write syntex in script text editor to get the OUTPUT like : Material TP56748 /B right Curve palte
= <K><K><k> Material &EKPO-EMATN& /&EKPO-REVLV& &EKPO-TXZ01&
where = means Extended Line
Thanks
2009 Nov 02 8:20 AM
Hi,
= <K><K> Material &EKPO-EMATN& &EKPO-TXZ01&</></>
My Requirement is to display
TR00127 /B TYRE
I got the Solution with the code
= <K><K><k> Material &EKPO-EMATN& /&EKPO-REVLV& &EKPO-TXZ01&</></></>
but the problem is / before revision level is coming for each and every Material.
requirement is to display / for those material for which Revision Level exists only.
How can i do that.
Thanks
2009 Nov 06 11:06 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |