cancel
Showing results for 
Search instead for 
Did you mean: 

PO rel strategy

Former Member
0 Kudos

I want to print release code fro the release strategy in PO printout.

But I am not able to get the table form where I shall pick it up?

reg

VS

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello VS....

U can use the below logic to get the details of the relese

If, EKKO.FRGKE=D,

for EKKO.FRGGR = T16FD.FRGGR,

Print

Release Group: T16FD.FRGGR

Release by: T16FD.FRGCT, ……, ……. (it should print all the values for FRGGR)

Regards

Baps

Former Member
0 Kudos

Dear VS,

You can get this done in 2 ways,

1. If you are using standard PO layout (SAP provided), then ask the isers to type the same in one of the texts in Header. The same you can get in the Print-out. OR ask abaper to get these fields in to Text window by writing small code in the textscript.

2. If you are using developed PO layout, then ask your abaper to get the fields from T16FC to print form.

Thanks,

Krishna Reddy

Former Member
0 Kudos

But I want to print the Rel Codes for the persons who have released the PO.

How will I make a link between the PO no and the table T16FC- rel indicator?

Pl guide the steps

reg

VS

Former Member
0 Kudos

Hi

In program you have to insert "if" from EKKO structure matches to Table T16FC then print from Table T16FC.

NOTE : In PO it is communication structure.

Regards

Rang

Former Member
0 Kudos

Dear Vs,

Check the table NAST.

My suggestion is, speak to your ABAP consultant. In mean time, I will aslo try to give the logic.

Thanks,

Krishna Reddy

Former Member
0 Kudos

Hi

Goto Table T16FC you will get relese codes & release group.

Regards

Rang