cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi Experts i am trying to manipulate shelf life expiration date from badi VB_SLED_MANAGEMENT

AshishPrasad1
Explorer
0 Likes
1,028

But when i am putting debugged IF_EX_VB_SLED_MANAGEMENT~MAINTAIN_SLED_PARAMETERS but its not triggering from MSC1/2/3n or from migo and when i do a where used list on VB_SLED_MANAGEMENT i am not getting any result in hana system. Can someone please help me to understand how to trigger debugging for this it will be of great help.

As i see this badi is there in the official sap help document for sled determnation for batch.

Accepted Solutions (0)

Answers (1)

Answers (1)

SAPMAX
Discoverer

Hey, 

normally it sits in  Programm: SAPMM07M. 

But if debugger wont open it could you check if its the correct one for you? 

Maybe try to check if you are running this badi with your user or you might have to debugg for an external user. 

If you are triggering the programm with an message you have to debugg with RSNAST00. 
If its done via Job you could try /jdbg  for planned job to debug from there. 
Hope that helps 

AshishPrasad1
Explorer
0 Likes
Hi, Thanks for reply i am trying to trigger it from MSC1/2/3n tcode or from migo for vfdat field
SAPMAX
Discoverer
0 Likes
Check OMJ5 if it is active for your Plant or moving type
AshishPrasad1
Explorer
0 Likes
Is omj5 related to vb_sled_management?
Sandra_Rossi
Active Contributor
0 Likes
@AshishPrasad1 You could look at OMJ5 in the forum to see how it's related to SLED (and so to VB_SLED_MANAGEMENT). As you said you know what debug is, you may also debug the standard to understand where your customizing is wrong / why the standard doesn't call the BAdI. It should be a matter of minutes.