on ‎2009 Aug 19 4:43 AM
Hi,
When i am creating an work area the below mentioned error is coming after entering all relevant details like work area type , authorization group etc...
error :
You have not specified an object key
Message no. D9364
please help
regards,
madhu kiran
Request clarification before answering.
Hello Madhu
How did your issue resolved? I am facing this problem before creation itself. I enter all the values in th initial screen & pressing enter to create . I get this error.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
marked as answered
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes - use snro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have maintained interval number as 0E....AAA-N-AAAAAAAAA TO ZZZ-N-ZZZZZZZZ
nternal program error; (SAPLCBIH_WA03 SAPLCBIH_WA00 ERROR_WA_CREATE 3)
Message no. C$153
Diagnosis
Internal system error
Procedure
Notify your system administrator.
Error data
SAPLCBIH_WA03
SAPLCBIH_WA00
ERROR_WA_CREATE
3
Internal program error; (SAPLCBIH_WA03 SAPLCBIH_WA00 ERROR_WA_CREATE 3)
Message no. C$153
Diagnosis
Internal system error
Procedure
Notify your system administrator.
Error data
SAPLCBIH_WA03
SAPLCBIH_WA00
ERROR_WA_CREATE
3
regards,
madhu kiran
Dear Madu Kiran,
Ensure you have the below settings in your system.
1) Number ranges
0I > 00000000000000000001 89999999999999999999
0E A ZZZZZZZZZZZZZZZZZZZZ X
2) User exits
Environment, Health & Safety> Basic Data and Tools> Basic Settings> Manage User Exits
UExit Cat > UExit name > Function module name
WKA_EPIDR > EPI_DEREF > CBIH_WA05_ENTRY_DEL_REF
WKA_QUERY > WKA_EXP > CBIH_WA15_WA_FIND_BY_EXP
WKA_QUERY > WKA_HEAD > CBIH_WA15_WA_FIND_BY_HEAD
WKA_QUERY > WKA_IOJ > CBIH_WA15_WA_FIND_BY_INFO
WKA_SCATCH > WAHID > CBIH_LB10_WAID_CHECK
IHS_COPY > WKA_COPY > CBIH_WA16_ENTRY
IHS_ENTRY > WKA_ENTRY > CBIH_WA00_ENTRY
IHS_WAHEAD > WKA_HEADER > CBIH_WA03_ENTRY
IHS_WANAM > WANAM_HELP > CBIH_LB10_WANAM_HLP
and also follow the IMG documentation to check other user exits related to work area.
3) Status profiles:
Environment, Health & Safety> Industrial Hygiene and Safety> Basic Settings Status management> Activate Status Profiles
Ensure all are active
Typ > OTy > StatProf > ASP
WKA > E5 > EHS_WKA1 > u221A
ACH > F1 > EHS_ACH1 > u221A
ERI > E6 > EHS_ERI1 > u221A
FAL > E7 >EHS_FAL1 > u221A
IAL > E8 > EHS_IAL1 > u221A
IAP > E9 > EHS_IAP1 > u221A
QTY> F3 > EHS_QTY1 > u221A
SUB> E1 > EHS_SUB1 > u221A
Let me know if problem still persists
Regards,
Srinivas Nookireddy
Hi Madhu,
Your Number Range Configuration is OK.
Please check the Manage User Exit configuration, specially you should have these two entries:
User Exit Cat User Exit Description Function Module
IHS_ENTRY WKA_ENTRY Entry into work area CBIH_WA00_ENTRY
WKA_SCATCH WAHID Check work area key CBIH_LB10_WAID_CHECK
Also check the Status Profile under IH&S Node in SPRO and you should have
EHS_WKA1 Status profile work area 1
and it should be assigned to Object Work Area.
Let us know, if this solves your issue.
Thanks,
BrajeshK
Hi,
I have followed teh instructions and maintained the said settings . But now i encounter the below emntioend issues
1. while creating work area : after entering the work area type ,initial status, authorization group etc.. ....Enetr ......then when we save its not getting saved and displaying that work area is created
when i clcik save ..its going to edit work area ..when i enter here ...........message is
Empty hit list
There is no object in the database that fulfills the criteria. Do you want create an object?
if i say YES then its again going to the work area creation screen
what might be the issue ?
2. While creating the accident log , after entering the relevant details and save its throwing the message
Internal program error; (SAPLCBIH_IA03 SAPLCBIH_IA00 CBIH_IA30_IAL_CREATE 3)
Message no. C$153
Diagnosis
Internal system error
Procedure
Notify your system administrator.
Error data
SAPLCBIH_IA03
SAPLCBIH_IA00
CBIH_IA30_IAL_CREATE
3
what to be done ?
pl help
regards,
madhu kiran
Hi,
I have followed teh instructions and maintained the said settings . But now i encounter the below emntioend issues
1. while creating work area : after entering the work area type ,initial status, authorization group etc.. ....Enetr ......then when we save its not getting saved and displaying that work area is created
when i clcik save ..its going to edit work area ..when i enter here ...........message is
Empty hit list
There is no object in the database that fulfills the criteria. Do you want create an object?
if i say YES then its again going to the work area creation screen
what might be the issue ?
2. While creating the accident log , after entering the relevant details and save its throwing the message
Internal program error; (SAPLCBIH_IA03 SAPLCBIH_IA00 CBIH_IA30_IAL_CREATE 3)
Message no. C$153
Diagnosis
Internal system error
Procedure
Notify your system administrator.
Error data
SAPLCBIH_IA03
SAPLCBIH_IA00
CBIH_IA30_IAL_CREATE
3
what to be done ?
pl help
regards,
madhu kiran
Hi Madhu,
Check the function modules for any modifications.
For Incident/Accident Log, maintain following enteries in Manage User Exit configuration.
IAL_QUERY IAL_HEAD 1 Log entry contains header data... CBIH_IA15_IAL_FIND_BY_WKA
IAL_QUERY IAL_INJ 3 Log entry contains injury... CBIH_IA15_IAL_FIND_BY_WKA
IAL_QUERY IAL_PERS 2 Log entry contains person... CBIH_IA15_IAL_FIND_BY_WKA
IAL_QUERY IAL_WKA 1 Log entry contains work area... CBIH_IA15_IAL_FIND_BY_WKA
IAL_REPFLG IAL_REPFLG 1 Recordable accident calculation indic
CBIH_LB14_IAREPORTFLG_COMPUTE
IAL_SCATCH IALID Check incident/accident log entry key CBIH_LB14_IAID_CHECK
IAL_TRANSP IAL_TRANSP Data transfer inj./illn. log -> IAL CBIH_IA11_ENTRY
IAL_TYPCHK IAL_TYPE Check incident/accident log entry type CBIH_LB14_UETEMPL_IATYPE_CHECK
and Maintain Status profile
EHS_IAL1 Status profile inc./acc. log 1 and assigned it to object type Incident/Accident Log.
Let us know, if this solves your issue.
Thanks,
BrajeshK
Hi,
have you set the number range for the object ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you facing this issue after saving the transaction or before saving.
Regards
Vikram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
where to see this CBIHN_WAID Work area key Int: zeroI, Ext: zeroE ?
in SPRO i went to the t code CBIHB3-Number range object for wrok area key and created there
you mean object is CBIHN_WAID ?
i could not see it here , shall i go by SNRO ?
i went to SPRO-------EHS..........Industrial Hygiene and safety ........work area management........specify number ranges for work areas
is this correct ?
regards,
madhu kiran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.