cancel
Showing results for 
Search instead for 
Did you mean: 

Flag or Indicator for "SD Document has gone thru gATP BOP run" ?

thomas_schulze2
Active Participant
0 Kudos

Hello experts,

a question for gATP. We want to see in the ECC SD Sales Orders whether they have gone thru a BOP run in gATP in order to know whether the ATP result can be submitted to the customer (ORDRSPS). Right now SD Order coming in and getting online ATP check via APO-gATP which is not yet correct since such orders get a higher priority in later BOP run in APO. AFter the BOP run we woiuld like to submit the AcknDate to the customer.

Any ideas whether I can see "BOP run performed on a SD Sales order item" somewhere in ECC ?

Regards

Thomas

Edited by: Thomas Schulze on Apr 30, 2010 3:13 PM

Accepted Solutions (1)

Accepted Solutions (1)

pavan_verma2
Contributor
0 Kudos

Hi,

Most of the time RFC user between APO and ECC is APOUSER kind of user id.

If the sales order line item is changed by this kind of user then sales order is changed by BOP.

Read table CDHDR , where OBJECTCLAS = VERKBELEG , UDATE = today's date and USERNAME = APOUSER

Hope it helps.

Thanks,

Pavan Verma

thomas_schulze2
Active Participant
0 Kudos

Hi,

I can see the entries in CDHDR in ECC - that would be an approach. I assume one disadvantage would be: if the BOP run in APO would NOT change the ScheduleLines in the SD order there would be no change record in CDHDR. In this case I would not know whether the APO BOP run has checked the SD Order Item or not.

Thanks for the hint !

Regards

Thomas

Former Member
0 Kudos

Hi Thomas,

Gutentag.

Why dont you check Backorder Processing Worklist ( tcode /SAPAPO/BOP_WORKLIST or - Backorder Processing Comparison ( /SAPAPO/BOP_COMPARE ) or - Backorder Processing Result ( /SAPAPO/BOP_RESULT ) to see if the orders are part of the BOP run.

REgards,

srinivas.s

thomas_schulze2
Active Participant
0 Kudos

Hi Srinivas,

we need an indicator in ECC (not in APO) since we want to submit an EDI OrderResponse. Therefore I'm looking for an indicator in ECC.

Regards

Thomas

pavan_verma2
Contributor
0 Kudos

Hi,

If a line item is not changed by BOP then there is no standard way of finding it , may be using development you can find it.

Why do you want to know if nothing is changed on the line item?

Thanks,

Pavan Verma

thomas_schulze2
Active Participant
0 Kudos

Hi Pavan,

my initial requirement was that I can somehow see in ECC of a line item has been "BOP checked via APO-gATP" (even if the ATP date hasn't changed) in order to know that I can finally submit the confirmed delivery date to the customer (EDI OrderRepsonse). The online ATP during Sales Order create (VA01 or VA02) in ECC cannot consider the sorting of items running thru a collective BOP run in APO. The line item could get a better , same or even worse acknowledgement date with a BOP run.

Regards

Thomas

Former Member
0 Kudos

Thomas,

Anything is possible with custom programming.

A more practical approach, though, would be to run BOP for all such orders every day at a given time. If that time has passed, and the order is confirmed, you should be able to assume that you have given the best confirmation possible, and therefore be comfortable sending the acknowledgement.

Rgds,

DB49

thomas_schulze2
Active Participant
0 Kudos

Hi DB49,

since we run BOPs in APO at a given time - we will exactly follow this path - based on Line Item creation date / time inN ECC and the known BOP schedule will calculate when an item has passed it's first BOP run in ABAP.

Regards

Thomas

Answers (0)