Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding dropdown list in an Infotype

Former Member
0 Likes
2,373

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,478

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 .

8 REPLIES 8
Read only

Former Member
0 Likes
1,479

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 .

Read only

0 Likes
1,478

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!

Read only

0 Likes
1,478

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..

Read only

0 Likes
1,478

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.

Read only

0 Likes
1,478

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.

Read only

0 Likes
1,478

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

Read only

Former Member
0 Likes
1,478

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

Read only

Former Member
0 Likes
1,478

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.