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

Message

anupam_srivastava2
Participant
0 Likes
1,183

Hi All

I have created a New Relcoation infotype, for the start date and end date, I have to give messge, and error message in the status bar.

End date PrecedsStart Date, (if end date precedes start date, )

My question is -- IS there any standard messages available in SAP which I can use.

Please guide

Regards

AJ

5 REPLIES 5
Read only

Former Member
0 Likes
1,030

Goto table T100, execute it.

Area - <b>/BEV3/CH02</b>

Message number - <b>003</b>

or you have lot's of messages in T100, just give EN as language and text as '<b>enddate*</b>'. You'll get the list of messages.

Regards,

Pavan P.

Read only

Pawan_Kesari
Active Contributor
0 Likes
1,030

Message class 53

Number 507

Read only

Former Member
0 Likes
1,030

Hi AJ,

Yes. There are standard messages available in SAP.

Just check the table T100 which contains messages as per the application area.

In your case there is a message available in T100 .

the message is :

End date precedes start date

Message no. PG199

Goto table T100 put Application Area - field ARBGB as PG

Message number- field MSGNR as 199

You will get the above message. You can use this standard SAP message in your module pool for custom infotype.

Hope this will help.

Reward points if it helpful in any way.

Thanks,

Vijay.

Read only

Former Member
0 Likes
1,030

Hi aj,

1. If u have created the infotype using PM01,

and the fields are the BEGDA and ENDDA,

2. then this <b>validation will be automatically taken care of</b> .

regards,

amit m.

Read only

Former Member
0 Likes
1,030

please see the link here the screen shots of the HR infotype creation is given ....

in that see the step 6 screen shot ... there in that screen parameters just fill the same as in the screen shot to your newly created infotype ....

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

it will take care of the messages for (end date precedes start date )..

you don't want to give your own message to the newly created infotype ......

<b>in the Display and selection

select w/ start -> 3

selectw/end ->5

selectw/o date ->1 . do F4 and see the description also ..</b>

reward points if it is usefull .....

Girish