cancel
Showing results for 
Search instead for 
Did you mean: 

Permit classification for WBS element (for PM order)

Former Member
0 Kudos

Hi!

I've set up an automatic permit based on classification and it is working already correctly (for the field CSEVPERMIT-ILART).

I would like to set up an another automatic permit, but for the WBS element (CSEVPERMIT-PSPEL). However this field is a numberic(8) field, so it allows only numbers (like 12345678), which is the ID of the WBS element in the database (which is the PRPS-PSPNR).

But I have to set up the automatical permit based on the "useful" ID of the WBS element (PRPS-POSID).

I have to set it up with the following mask: L++++++T* (if the WBS element matches the mask, then the permit have to appear in the order's permit list).

Is there a way to achive this?

Thank you

Tamá

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Tamás,

I dont think you will be able to achieve this through standard config. As indicated , you cannot use POSID field since its not part of the structure CSEVPERMIT. You will definetly have to use the existing field PSPEL.

If you are in ECC 6.0, you could use the implicit enhancement functionality to enhance the existing flow to provide your own custom logic within FM PERMIT_PROPOSAL_BY_CLASS. You will also have to store the Mask to check in a different location , since PSPEL is a numeric field.

Also beaware that unless you are modifying your existing class to add the WBS element field also, you will not be able to assign two different permit classes to permits.

Regards

Narasimhan