2009 Jun 19 7:07 AM
Dear Friends,
In Disconnection order, I would like to determine the plant automatically.
I can do this by defining in the PROCESSING VARIANTS if I have only one plant. But I have 2 plants. That is the problem.
0001 - For Zone 1
0002 - For Zone 2
My requirement is, if I create a disconnection order for a BP in zone 1, the plant 0001 should be selected automatically. If I create a disconnection order for a BP in zone 2, the plant 0002 should be selected automatically.
Manually, I can select. But automatically? Can some one provide me some details?
Regards, AB
2009 Jun 22 11:21 AM
2009 Jun 22 9:56 PM
When you are creating a Disconnection Document, you need to know the Installation & Device Number that you intend to disconnect. Can you not look up the plant on the Device Number (IQ03) field?
There may also be a technical approach to this....where you can have a cross-reference table and code the logic within an user-exit. Probably the one suggested in this forum could be explored.
Good luck!
Nagesh
2009 Jun 23 6:14 AM
Hi Abdul,
You can try it in SPRO
SAP Customizing Implementation Guide -> SAP Utilities -> Customer Service -> Process Execution -> Disconnection/Reconnection -> Define Processing Variants for Disconnection Documents
Here you can define 2 Variants for Pl. plant disc. '0001'and '0002'.
OR
You can try exit EXIT_SAPLEDCN_001.
Hope it helps.
Regards,
Manish
2009 Dec 03 9:59 AM