cancel
Showing results for 
Search instead for 
Did you mean: 

APO SNP - how to bypass ATD check in TLB

thomas_schulze2
Active Participant
0 Kudos

Hello experts,

currently we are using APO-SNP with a followin standard flow:

1) SNP heuristics (creates unrestricted Stock Transfer Reqs )

2) SNP Deployment (confirms the STRs based on available stock)

3) TLB (input = deployment confirmed STRs)

Now we want to change to following process

1) SNP heuristics (creates unrestricted Stock Transfer Reqs )

2) TLB (input = unconfirmed STRs from SNP heuristics) and without AvailToDeploy check

Solution: The new process can be done by using OSS note 514974 (enables to use unconfirmed STRs as an input to TLB ... BUT ... how do I bypass the ATD check done by TLB ?

Regards

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_schulze2
Active Participant
0 Kudos

Hello,

the BADI looks to be the right place. SE18 shows 2 parameters - could it be that the parameter is called "CV_ATD_CHECK" to switch the ATD check on/off and not "CV_ATD" ?

Regards

Thomas

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Refer to note 2274044 about the same BADI method and the usage of CV_ATD_CHECK

Best Regards,

R.Brahmankar

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Check ATD category group for product location master data (Read F1 help) and add the unconfirmed STRs category in ATD category group.

You define the category group in Customizing for SNP under Maintain Category Groups.

Or use BADI /SAPAPO/SDP_TLB_CTRL, Method GET_TLB_CONTROLS to modify the ATD flag CV_ATD = X. This setting is supposed to turn off the ATD check.

Best Regards,

R.Brahmankar