cancel
Showing results for 
Search instead for 
Did you mean: 

adding dropdown fiwed to standard infotype

Former Member
0 Kudos

HI,

I have to add some fileds to standard infotype.

In one field I want drop down option (yes or no).

anyone having idea about this.

Thanks.

Edited by: Adesh Tiwari on Nov 21, 2008 6:33 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Adesh Tiwari,

To add some fileds to standard infotype use PM01.

Select singlescrn tab.

Give the standard infotype eg:0001

Subobject as customer Include option

And proceed.

When you use this, it will include in standard infotype itself with the structure CI_Pnnnn

Where nnnn is the infotype number. eg: CI_P0001

To include the Yes/No option for the field is just simple.

Create a domain and fix the value range

Or you can use the existing domain - XFELD

By

Anand Babu

sikindar_a
Active Contributor
0 Kudos

i think ur a technical guy

copy that screen from standrad one and go for ur requirement

check the table V_T588M

Edited by: Sikindar on Nov 21, 2008 11:09 AM

Former Member
0 Kudos

hi ,

I am new in this so plz con u explain the procedure.

thanks.

Former Member
0 Kudos

Hi,

Better go for custom Infotype PM01 and copy standard infotype to custom infotype and include functions

or

check whether there is any enhancment option in PM01 for standard infotype.To change standard infotype you need to have access key.

You can add the fields in dropdown in screen painter.Check with Technical person.

Mostly all this work is done by ABAPer

Usha

Former Member
0 Kudos

hi ,

I have made the drop down in screen painter, now how can i insert the values (yes and no) in the drop down list.

thanks.

Former Member
0 Kudos

Create table maintainance for that and enter values yes or no

Usha

Former Member
0 Kudos

You can create a check table for the drop down like infotype 0002-ANRED field .

or try creating a domain with values Yes / No .

This should help.

-


You can refer to the field ANREX of infotype 0002 .

Goto MPP : MP000220

See the performs : perform anrex.

Serach help : MODULE ANREX_VALUES ( Include : MP000230 ).

-