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

user created infotype

Former Member
0 Likes
661

i need to create a infotype . how to start with...

4 REPLIES 4
Read only

anversha_s
Active Contributor
0 Likes
562

hi,

creating of infotype please follow these steps ...

Step 1: Create Infotypes

i. Goto Transaction PM01 – To create Infotypes:

ii. Enter the Infotype Number and say create all.

iii. The following message would display:

i. PSnnnn Does not exist. How do you want to proceed?

iv. Click

v. A maintain Structure screen appears.

Fill in the short text description and the PS structure of the Infotype.

Since the fields Personnel No, Employee Begin Date, End Date, Sequential Number,Date of Last Change, Name of user who changed the object are available in the PAKEY and PSHD1 structure, define the PSnnnn structure with only the fields you required.

vi. Once the PS Structure is created, save and activate the structure.

vii. In the initial screen of PM01, now click on .

Create a new entry for the infotype.

Fill in the values as mentioned below and save.

Infotype Characteristics:

Infotype Name of the infotype_ Short Text: __Short Description________

*General Attributes :

Time constraint = 1

Check Subtype Obligatory

Display and Selection:

Select w/ start = 3 “Valid record for entered data

Select w/ end = 5 “Records with valid dates within the period entered

Select w/o date = 6 “Read all records

Screen header = 02 “Header ID

Create w/o end = 1 “Default value is 31.12.9999

Technical Data:

Single screen = 2000

List screen = 3000; List Entry Checked.

viii. In the initial screen of PM01, now click on .

Choose the infotype entry in the list.

Fill in the values as mentioned below and save.

Technical Attributes:

In tab section,

The following attribute values are given:

Applicant DB Tab = PAnnnn “Infotype Name

Subtype field = SUBTY

Subtype table = T591A

Subty.text tab. = T591S

Time cnstr.tab. = T591A

Prim. /Sec. = I Infotype

Period/key date = I Interval

and .

ix. Infotype Screen Modification:

Edit Screen 2000 from PM01 for the Infotype.

ABAP Editor for the Infotype Program MPnnnn00 will be displayed.

Click . Flow Logic will be displayed. There string coding of your own logic.

http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/frameset.htm

Rgds

Anversha

Read only

Former Member
0 Likes
562

hi

good

Create a structure with naming convention hri9***

Go to transaction PPCI and say create infotype

Maintain time constraints and infotypes per object type for this

infotype ( through transaction SM30 maintian table T777I)

The infotype is available for you.

go through this link for further detail

http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm

thanks

mrutyun^

Read only

Former Member
0 Likes
562

<b>Step 1</b>

Execute transaction PM01 (If you get a message saying the infotype can not be enhanced,

try tranasction PPCI).

<b>Step 2</b>

Select create IT tab and enter new infotype number into selection box.

<b>

Step 3</b>

Press the create ‘ALL’ button (left of infotype no.). You will get a dialog box asking to confirm,

press the create button.

<b>Step 4</b>

You will now be presented with the standard structure creation screen (SE11) where you need to

enter the fields of the new infotype. I have entered some examples but you can put anything in

here.

<b>Step 5</b>

Once you have entered the fields press save and then activate, before pressing the back button.

You will now be presented with the following screen, where you will need to make a new entry

or your created infotype (i.e. 9010).

<b>Step 6</b>

The next step is to fill in the infotype attributes, these will initially be blank and you will need to

fill them in similar to the following, depending on your requirements. Then press save.

<b>Step 7</b>

Your infotype is now created and can be accessed and populated in the usual way using

i.e. using transactions such as PA20 and PA30.

<b>Step 8</b>

If you look at the structure of your new infotype in transaction ‘SE11’ it will look similar to the

following:

please see the link with screen shots are there

<a href="http://">http://www.sapdevelopment.co.uk/hr/hr_infotypes2.htm</a>

reward points if it is usefull .

Girish