on 2008 Nov 21 5:33 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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 ).
-
User | Count |
---|---|
115 | |
9 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.