cancel
Showing results for 
Search instead for 
Did you mean: 

/SCWM/RFUI Verification Field is ignored / skipped

enrico_andreoli
Participant
0 Kudos
651

Hi everyone,

I'm in a standard/custom scenario where I've developed a new RFUI tcode using the template PTHU**.

Everything is working except the verification fields, which I have two.

In this tcode I can access via Storage Bin and access the WT confirmation page where I have to confirm the destination storage bin and the source HU. No matter which one I confirm, after the first field is verified, the WT got confirmed without letting me confirm the next field.

The involved step is the PTHUDS.

What I've done:

Copyed the Tcode to another new Tcode (with everything the same, I've just changed the name a little): ta-da: in the new one everything is perfect, BUT when I move the tcode to Quality my issue is back again.

After this, I've made some parallel debug between the two tcode and I've found this:

The one on the LEFT works, the one on the RIGHT does not.

This is what I can see after the verification field function module. Basically on the right it calls the PAI of the screen because of that "ENTER". On the left, however, after the verification, the FCODE in "UNKNOW" and so it stays on the same screen.

I believe it something standard but who knows..

Accepted Solutions (0)

Answers (1)

Answers (1)

Daniil
Active Contributor
0 Kudos

If you have custom screen check that you have group 002 for verification fields.

check your customizing for functional codes as well, maybe you have some difference between Development and Test system.

enrico_andreoli
Participant
0 Kudos

Hi Daniil,

thanks for you reply. Unfortunately yes, everything is fine over there.