‎2009 May 19 11:07 AM
Hi ABAP HR Gurus,
Good day.
Basically, I need to add a dropdown list in a standard Infotype. Can you kindly provide the steps on how to accomplish this? Do I still need to use Transaction PM01 for this? Thank you very much!
Best regards.
Brando
Edited by: Brando Braganza on May 19, 2009 6:08 PM
‎2009 May 19 11:49 AM
Hi
If you want to add new field & and for the new field you want drop down, you need to go through PM01.
and for getting the valuse in that drop down just add the valuse at domain level .
‎2009 May 19 11:49 AM
Hi
If you want to add new field & and for the new field you want drop down, you need to go through PM01.
and for getting the valuse in that drop down just add the valuse at domain level .
‎2009 May 20 4:50 AM
Thanks for this, I have another question: is it possible to change a standard checkbox in a certain standard infotype to a dropdown list thru configuration?
If not, do you think this is possible thru development? Thanks!
‎2014 Jul 15 9:54 AM
Hi,
I am having the same issue.
Need to add drop down field to 0022 infotype(education).
through pm01 i have added I/O fields .
how to add drop down there..
What to be assign to that field to work as drop down..
please guide..
‎2014 Jul 15 10:52 AM
Hi,
My issue is authority check for field.
I have to check authority for all field of t08 table.
How i have to check authorization for all field of t08.
And let me know if you know the procedure.
‎2014 Jul 16 10:05 AM
Hi,
i have use this steps.
To create authorization fields, choose Tools --> ABAP Workbench --> Development --> Other tools --> Authorization objects ® Fields.
To create a authorization field:
1. Choose Create authorization field.
2. On the next screen, enter the name of the field. Field names must be unique and must begin with the letter Y or Z.
3. Assign a data element from the ABAP Dictionary to the field.
4. If desired, enter a check table for the possible entries. For more information about check tables.
For more information about AUTHORITY-CHECK, see the keyword documentation of the ABAP Editor.
You can often use the fields defined by SAP in your own authorization objects. If you create a new authorization object, you do not need to define your own fields. For example, you can use the SAP field ACTVT in your own authorization objects to represent a wide variety of actions in the system.
Assigning an Authorization Object to an Object Class
Each authorization object must be assigned to an object class when it is created.
Choose Tools --> ABAP Workbench --> Development --> Other tools -->
Authorization objects --> Objects.
You can also create authorization objects in the Object Navigator (SE80).
The system displays a list of existing object classes.
Object classes are organized according to the components of the system.
Before you can create a new object, you must define the object class for the component in which you are working. The objects are not overwritten when you install new releases.
You can also define your own object classes. If you do so, select class names that begin with Y or Z to avoid conflicts with SAP names.
Enter a unique object name and the fields that belong to the object. Object names must begin with the letter Y or Z in accordance with the naming convention for customer-specific objects.
You can enter up to ten authorization fields in an object definition. You must also enter a description of the object and create documentation for it.
Ensure that the object definition matches the AUTHORITY-CHECK calls that refer to the object.
Do not change or delete authorization objects defined by SAP. This disables SAP programs that use the objects.
You can regenerate the profile SAP_ALL after creating an authorization object.
‎2014 Jul 16 11:17 AM
Hi All,
My issue is that, there is an object.
there are multiple fields. So, we need to check for correct field and not just ACTVT is */not.
So how i have to check authority for the correct field of the table.
Let me know if any one know this.
Rpl me ASAP.
Regards,
Faisal
‎2009 May 20 5:30 AM
Hi,
The drop-down list can be made available via the csreen field attributes set by the system. ie if it meets one of the follwing conditions:
The field is defined in the ABAP Dictionary which specifies foreign key checking.
The field is defined in the ABAP Dictionary which specifies checking against fixed values.
The field is a time or date field (type TIMS or DATS) defined in the ABAP Dictionary.
A search help is assigned to the field.
The flow logic contains a FIELD statement for the field with the addition VALUES(...).
The flow logic contains a FIELD statement for the field with the addition SELECT ... .
The flow logic contains a FIELD statement for this field in the PROCESS ON VALUE-REQUEST section.
Hope it helps.
Regards
Rajesh Kumar
‎2014 Jul 16 8:53 AM
Hi all,
How we check Authority for all fields of table.
Let me know if any one know about this.
And it's urgent so revert me ASAP.
Please Rpl ASAp.