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

material change Revision level

Former Member
0 Likes
1,657

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 ?

12 REPLIES 12
Read only

Former Member
0 Likes
1,579

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 ?

Read only

Former Member
0 Likes
1,579

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

Read only

Subhankar
Active Contributor
0 Likes
1,579

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.

Read only

Former Member
0 Likes
1,579

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

Read only

Former Member
0 Likes
1,579

need apprpiraie info

Read only

Former Member
0 Likes
1,579

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

Read only

Former Member
0 Likes
1,579

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

Read only

Former Member
0 Likes
1,579

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

Read only

Former Member
0 Likes
1,579

No Replies ???

Read only

Former Member
0 Likes
1,579

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

Read only

Former Member
0 Likes
1,579

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

Read only

Former Member
0 Likes
1,579

Answered