cancel
Showing results for 
Search instead for 
Did you mean: 

How to have RRP3 view-fields in RRP4 view-fields?

Private_Member_738444
Participant
0 Kudos

Hello,

We have a issue with the SLED (Shelf Life Expiry Date) inconsistency for random stocks in APO.

I was wondering if we there is a way to get the ReqMXSLDate field visible in RRP4 somehow?

We could see this in RRP3 view, but I don't know how to make it visible in RRP4 view.

The idea is to capture a list of all stocks, for some 49 products at this location, which are missing this field.

Is there a way to make this field show up in RRP4?

Pls see below Screenshot.

RRP3 view

RRP4 view

Many Many Thanks in Anticipation.

NK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

  Yes this is possible.

  BADI /SAPAPO/RRP_IO_COL.

  Production line for Receipt View.

1. In Method RRP_USEX_COLS_GET_TEXT_02.

       Append  USEXIT1' to CT_CUS_FIELDS. and    APPEND (Your header name like    

        'Production Line' TO CT_COLS_TEXT.

2. In Method RRP_USEX_COLS_FILL_02 add the logic for the particular field and modify the field    

    ct_receipts.

  You will be able to see production line in RRP4.


Please let us know if this information helps you.


Thanks

Amol

Private_Member_738444
Participant
0 Kudos

Hi Amol,

Thanks for the note.

This looks to like a ABAP way, to change the code inside this BADI/Function Module.

This route would require a Change Process initiation to get it first done in Dev then in Quality and then in Prod.

Is there any other quick way to get this information?

Rgds.

NK

peter_casper
Contributor
0 Kudos

Hi NK,

unfortunately not within the system. Sorry.

regards Peter

Private_Member_738444
Participant
0 Kudos

Hi Casper,

Thanks for your comment.

I was thinking if there is any way to extract transnational data in APO, similar to what we do in ECC, fetching data from one table and then filtering it and putting into another table.

I would like to enter plant (BR01) and extract all materials at this plant having stocks with individual batch number/version number.

And next enter these batch numbers to fetch the MAXSLDATE (Maximum Shelf Life Date) en masse.

Is there no simple way to get this data in this way in APO?

Rgds

NK

Former Member
0 Kudos

NK,

Sure. Have your ABAPers write a report.  Simple.

Best Regards,

DB49

peter_casper
Contributor
0 Kudos

Hi NK,

the easiest solution has been explained by , i.e. writting an extraction program via ABAP.

regards, Peter