Question:
Hi Gurus,
Requirement is that through PA30 trx and Infotype 0001 (Org Assign), the user should be able to change the value of Subarea only. viz. PA0001.BTRTL field.
Rest of the fields should be display only.
Is this possible?
Thanks in advance,
Satyaprakash
Answer:
Hi Gurus,
Requirement is that through PA30 trx and Infotype 0001 (Org Assign), the user should be able to change the value of Subarea only. viz. PA0001.BTRTL field.
Rest of the fields should be display only.
Is this possible?
Thanks in advance,
Satyaprakash
See auth objects P_ORGIN and P_ORGXX.
Good luck.
Bob
Answer:
Not possible as delivered by SAP. SAP does not provide Field level authorizatio nin HR master records. The fileds in the auth object control the type of record you can access NOT the fields in them per se.
You can try and create a variant tcodes in SE93 that only has the subtype field open.
Answer:
You can try and create a variant tcodes in SE93 that only has the subtype field open.
We have carried out following steps:
- se93
Trx code : ZPA30 / Create
Short Text ....
Select Transaction with Variant ....
Enter Trx as PA30
Trx Variant ... (F4 gives us no list... we are stuck here)
Are we missing something? Can you pl elaborate the steps to be done? Where do we indicate only the subtype field to be open?
Thanks
Answer:
This can be handled through HR configuration in the screen modifications using the feature to determine screen controll. If they cannot make the determination based on the fields available in the feature, a ABAP program can be called from the feature to return the variable key which is used to determine the screen and attributes the user sees.