‎2009 Mar 04 4:57 PM
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.
‎2009 Mar 04 5:06 PM
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
‎2009 Mar 04 5:06 PM
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
‎2009 Mar 04 5:09 PM
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.
‎2009 Mar 04 5:15 PM
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
‎2009 Mar 05 8:00 AM