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

Error message in custom RF screen

aidan_mulcahy
Active Participant
0 Likes
2,568

Hi,

I am trying to use the FM CALL_MESSAGE_SCREEN to display an error in a custom RF screen. It fails because it cannot find an entry for the z-screen in T3130C. This table is in SPRO but I cannot add the entry to it as I am told that it does not exist in T3130E.

There are notes and forums that refer to updating V_T3130C and V_T3130E but they do not exist on our ECC6 system.

Anybody got a solution to this or am I not meant to be using this FM on ECC?

Thanks,

Kroc.

1 ACCEPTED SOLUTION
Read only

former_member376453
Contributor
0 Likes
1,891

This T3130C table actually holds the following path from SPRO. you don't need any OSS note to update this. You can do this manually with the following path SPRO ->Logictics Execution -> Mobile data Entry -> Define screen managment.

But I don't understand your exact requirement. If you are developing a custom program, then you can create a screen to give a message in sequence. This table entry modification means you are trying to replace a standard screen .

Kuntal

4 REPLIES 4
Read only

former_member376453
Contributor
0 Likes
1,892

This T3130C table actually holds the following path from SPRO. you don't need any OSS note to update this. You can do this manually with the following path SPRO ->Logictics Execution -> Mobile data Entry -> Define screen managment.

But I don't understand your exact requirement. If you are developing a custom program, then you can create a screen to give a message in sequence. This table entry modification means you are trying to replace a standard screen .

Kuntal

Read only

0 Likes
1,891

Hi,

well, I think you answered my question so. I am using the standard FM call_message_screen to show the message but it makes more sense to just code my own one, seeing as it is a custom rf screen?

Is that correct?

Thanks.

Read only

0 Likes
1,891

In RF program, you have to define each and every screen which will come in the flow, so from my understanding, its always better to create and design your own screen, if its a custom one. I am not sure, whether you will be at all able to use that FM.....

Kuntal

Read only

0 Likes
1,891

thanks for your help and, yes, I think you are correct.