Hi experts...
I want to restrict the subtypes of IT0105 for a specific country... I tried V_T582L, but the system tells me that it is not possible for IT0105. what can I do?
Thanks
Hi,
If not available in standard then you can go for User exit or BADI.
THere are a lot of forums on user exits and BADIs.
You will have to check if it is IT 0105 then check country grouping and only allow subtypes that you want.
Cheers,
Ajay
Hi,
Did you try table T582L?
Regards,
Dilek
Since field 'Country Specific Subtype' in the config for IT0105 in T777D is not marked, it would not allow you to config subtype specific for this infotype in V_T582L. If you really want to restrict this, either re-config this entry in T777D (knowing that SAP can override this any time) or implement user-exit to restrict for specific country.
Thank you very much Ted Dinh, that's what I wanted to know!