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

Parking

Former Member
0 Likes
820

Hi all,

iam using FM 'PRELIMINARY_POSTING_FB01' for parking data.

Once the document is parked it is showing information message as' Documnet with number xxxxxxx is parked'. My requirement is to change that information to appear in the output screen instead of as information message.

plz suggest your inputs for changing it to output message

7 REPLIES 7
Read only

Former Member
0 Likes
794

Hi,

Give STAUS message instead of I

message 'Documnet with number xxxxxxx is parked' type 'S'.

regards

Kiran

Edited by: Kiran Saka on Feb 10, 2009 6:57 AM

Read only

Former Member
0 Likes
794

hi,

you have to handle system message..............then format that message as per your requirment then display to output screen.

Use FM "Format Message"

-Rick

Read only

viquar_iqbal
Active Contributor
0 Likes
794

Hi

you can give information message display as S (status message)

By using FM 'format message' you can get the message into a variable and then display it like a status message

Thanks

Viquar Iqbal

Read only

Former Member
0 Likes
794

Hi ,

U can use SY-MSGV1,SY-MSGV2,SY-MSGV3,SY-MSGV4 from SYST Structure to capture that message and display it in list.

Thanks,

Nithya.

Edited by: Nithya Murugesan on Feb 10, 2009 7:03 AM

Edited by: Nithya Murugesan on Feb 10, 2009 7:03 AM

Read only

Former Member
0 Likes
794

Hi,

I have checked all the answers above but still im getting the inf message and after clicking the inf msg then iam getting the required output on the screen.

i have to directly get the output screen message instead of information message

Read only

0 Likes
794

Hi,

You have to do Exception handling for that FM.

-rick

Read only

Former Member
0 Likes
794

You can use success message 'S' as it is your success one and this will come in button not as box

Regards

rajendra