cancel
Showing results for 
Search instead for 
Did you mean: 

A problem about PPCI

Former Member
0 Kudos

Hi experts:

When I use "PPCI" to create a new Infotype there is a problem.

Just like: I create 9100,the error is :

Infotype 9100

Dictionary

Structure HRI9100 does not exist

Structure P9100 does not exist

Table HRP9100 does not exist

HRP9100 not created in the database

Database index XXXX not created

Module Pool

Module pool MP910000 does not exist

Include MP910020 does not exist

Include MP9100BI does not exist

Screens

Screen 1000 does not exist

Screen 3000 does not exist

Screen 1000 does not exist

User interface

User interface for MP910000 does not exist

Table entries

T778T: no table entries exist

T777T: no table entries exist

T777D: no table entries exist

T77ID: no table entries exist

T777I: no table entries exist

T777Z: no table entries exist

T77OA: no table entries exist

T777M: no table entries exist

T778U: no table entries exist

T777U: no table entries exist

T77NI: no table entries exist

SOBJ entries

OBJECT PDST: no table entries exist

OBJECT PDWS: no table entries exist

Dialog module

Dialog module RH_INFOTYP_9100 does not exist

TADIR entries

R3TR TABL HRI9100 does not exist

R3TR TABL P9100 does not exist

R3TR TABL HRP9100 does not exist

R3TR PROG MP910000 does not exist

R3TR PROG MP910020 does not exist

R3TR PROG MP9100BI does not exist

R3TR DIAL RH_INFOTYP_9100 does not exist

How can I do about this?Please help me.

THX!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use T-code PM01 to create a customize infotype as well.

It will much more easier compare you using PPCI

Former Member
0 Kudos

they are not substitutes.

PM01 is for PA info types whereas PPCI is for PD info types.

Regards,

Dilek

Former Member
0 Kudos

Hi Dilek:

Thank you for your advice.

I create structure "HRCI9100"as you told me.And I create "9100" in PPCI,the check result is:

Infotype 9100

Dictionary

Structure HRI9100 does not exist

Structure P9100 does not exist

Table HRP9100 does not exist

HRP9100 not created in the database

Database index XXXX not created

Module Pool

Module pool MP910000 does not exist

Include MP910020 does not exist

Include MP9100BI does not exist

Screens

Screen 1000 does not exist

Screen 3000 does not exist

Screen 1000 does not exist

User interface

User interface for MP910000 does not exist

Table entries

T778T: no table entries exist

T777T: no table entries exist

T777D: no table entries exist

T77ID: no table entries exist

T777I: no table entries exist

T777Z: no table entries exist

T77OA: no table entries exist

T777M: no table entries exist

T778U: no table entries exist

T777U: no table entries exist

T77NI: no table entries exist

SOBJ entries

OBJECT PDST: no table entries exist

OBJECT PDWS: no table entries exist

Dialog module

Dialog module RH_INFOTYP_9100 does not exist

TADIR entries

R3TR TABL HRI9100 exist

R3TR TABL P9100 does not exist

R3TR TABL HRP9100 does not exist

R3TR PROG MP910000 does not exist

R3TR PROG MP910020 does not exist

R3TR PROG MP9100BI does not exist

R3TR DIAL RH_INFOTYP_9100 does not exist

Do I need create structure,table,screen and interface as the note told me? It's a huge job.

Could you tell me a simple way to solve this problem?

THX!

Edited by: Frank yao on Oct 10, 2008 5:14 AM

Former Member
0 Kudos

Hi,

there is some silly typo resulting in the error :P. What Dilek meant was structure " HRI9100 " not HRCI. If you create structure HRI9100 then create the infotype. It will be created successfully.

Former Member
0 Kudos

Hi Frank,

First of all, you need to goto SE11 and create HRCI9100 structure.

Later on, goto PPCI and "Create".

There you need to create the entries in respective tables thru SM31.

Regards,

Dilek