cancel
Showing results for 
Search instead for 
Did you mean: 

create own infotyp in sap erp 6.0

timo_elssser
Explorer
0 Kudos

hi at all,

i have a problem with create a new infotyp in sap ecc (erp) 6.0.

i have used the help of sap for the creation. (http://sapides/saphelp/helpdata/DE/4f/d52552575e11d189270000e8322f96/frameset.htm).

at generate the structure, classes ect. an error occur (on German):

"Bildstrukturen und Konvertklassen werden im Core-System nicht angelegt."

click to ? gives this information

"Bildstrukturen und Konvertklassen werden im Core-System nicht angelegt.

Meldungsnr. PG443

Diagnose

Sie befinden sich in einem Core-System, dort gibt es keine Bildstrukturen, keine Konvertierungsklassen und nicht die für das UI nötigen Tabellen, wie z.B die T588UICONVCLAS.

Vorgehen

Nachdem Sie den Infotyp im Core-System angelegt haben, gehen Sie in ein Extensionsystem und legen dort die Bildstruktur und die Konvertierungsklasse an.

Dies können Sie mit dem ersten Tab: 'Infotyp anlegen' oder mit dem dritten Tab: 'Bildstruktur editieren' machen."

for info: the point 11-13 of instruction ("infotyp anlegen" http://sapides/saphelp/helpdata/DE/4f/d52552575e11d189270000e8322f96/frameset.htm) were not executed.

what is the Extensionsystem?

i don't know wat the problem is. i think i did everything according to the instructions created.

i hope anybody can help me. have a instructions for me or something.

thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

please check and activate all the module pools mp900010 to mp900050 one bye one.

Make sure no errors or comming in each module pool if you got any errrors sort it out.

Gernrally if you create infotype from PM01 you won't get this type of problems.

Regard

Former Member
0 Kudos

will you please give me what procedure you followed

I will tell where you did the mistake exactly

Otherwise tell me your requriement what you wanna create

I will give the step by step procedure.

Please write me at adi dot abaphr at gmail dot com

Regards

timo_elssser
Explorer
0 Kudos

hi,

i clicked the green tik of the dialog.

after the click, the next dilaog call up with the message:

"mp900000 already exists. overwrite object?".

i clicked

"yes".

after this dialog the next dialog call up with the message:

"carry out repairs in non-original system only if they are urgent"

i clicked the tick.

in the next steps the system create the mp900010 to mp900050 and Mmp900000 1000 to mp900000 3000. (show dialog)

the penultimate dialog have the message:

"class zcl_hrpa_infotyp_9000 already exists"

and the last dialog

"Note: Check class zcl_hrpa_infotyp_9000 must be encoded manually.".

i hope this help you for analysis the problem. my englisch is not so good.

i hope i understand everything correctly.

regards

Former Member
0 Kudos

can u translate that error in english?

timo_elssser
Explorer
0 Kudos

hi,

ok, can i do.

message:

"Screen structures and conversion classes are not created in core system"

info of message :

"Screen structures and conversion classes are not created in core system

Message no. PG443

Diagnosis

You are in a core system that does not have any screen structures, conversion classes, or the tables required for the UI such as T588UICONVCLAS.

Procedure

Once you have created the infotype in the core system, go to an extension system and create the screen structure and the conversion class in that system.

You can do this with the first tab: 'Create Infotype' or with the third tab: 'Edit Screen Structure'."

thangs

Former Member
0 Kudos

hi have u activated both screens 2000 and 3000?

timo_elssser
Explorer
0 Kudos

hi ray,

yes, the screens are avtivated.

regards

Former Member
0 Kudos

go to se18 or se19 and activate the class class zcl_hrpa_infotyp_9000

timo_elssser
Explorer
0 Kudos

hi raj,

the class zcl_hrpa_infotyp_9000 is set to "realized/aktivated". the problem is not resolved by this one.

hi adi abaphr,

i have the pm01 used, but when i generate the classes, structure etc. the error occur. the moduls are everyone activated. i have activate step by step.

the screen structures and conversion classes is not available. these were apparently not prepared.

i hope you have another idee.

regards

Former Member
0 Kudos

check in se11 check whether PA9000 is fully activated or partly activated?

Former Member
0 Kudos

Timo,

Please have a look into the below link. It has got a step-by-step procedure for creation of custom infotype.

http://www.saptechnical.com/Docs/Infotypecreation.pdf

Regards,

Srinivas

Edited by: S M on Sep 25, 2008 9:52 AM

former_member184119
Active Contributor
0 Kudos

HI tim...

Just go to se11 structure P9000

not pa9000 might be assuming your infotype as 9000 and activate the things this will solve u r probelm.

Best regards

Let me know for further information....

Regads

Sas

timo_elssser
Explorer
0 Kudos

hi,

i have a second question. i would like to use tabstrip to structure the data on my own infotyp.

i created the tabstrip with the wizard. create 3 tabs and 3 subscreens. i set the modgroup1 for the tabs to 01F. i set the elements of structure pxxxx into the subscreens.

when i test the infotyp and activate for example the delete modus, the fields in are not disabled. the modgroup1 for all fields is 006.

in the PBO set the follow code:

"MODULE modify_subscreen."

"MODULE hidden_data_subscreen."

PAI:

"CHAIN.

FIELD PXXXX-FELD1.

... all fields of structure Pxxxx

MODULE input_status_subscreen ON CHAIN-REQUEST.

ENDCHAIN."

according to the sap doc should be everything.

i don't understand.

what is the problem? are still missing modules?