Application Development 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: 

Need to enhance the screen of TCode HUPAST

0 Kudos

HI All,

I am working on the tcode HUPAST. Now the requirement is I need to manual input disable the field Quantity in the subscreen 1060( Vz. GF_QUANTITY).

It should only populate only from the scanner. This functionality is working fine. But my requirement is whenever we are putting the Article (MATNR) in the Article/Handling Unit field and press Enter, the Qty field became Input enable, I want to disable this functionality. Could you please suggest. I will be grateful.

Regards,

Sudip

7 REPLIES 7

0 Kudos

HI All,

I am working on the tcode HUPAST. Now the requirement is I need to manual input disable the field Quantity in the subscreen 1060( Vz. GF_QUANTITY).

It should only populate only from the bar code reader. This functionality is working fine. But my requirement is whenever we are putting the Article (MATNR) in the Article/Handling Unit field and press Enter, the Qty field became Input enable, I want to disable this functionality. Could you please suggest. Please suggest .

Regards,

Sudip

0 Kudos

Hi All,

now the requirement is changed, now we need to display error if the user modify the quantity( GF_QUANTITY) read from barcode reader. could you please share your suggestion.

Regards,

Sudip

0 Kudos

Hi

I don't know that tcode, but I suppose you need to change the dynpro, that means the std program, but what I don't still understand is how you fill qty:

there's no difference between to insert the qty by keyboard or by barcode reader

Max

0 Kudos

Hi Max,

The problem is I've not found any Exit, BADI or Enhancement point that can trigger the Quantity. So don't understand what to do.

Sudip

0 Kudos

Hi

But first thing: how quantity is inserted?

Max

0 Kudos

Hi,

the qty.((It will be always 1, only UoM will be change) is inserted using the RF..along with the Article...that's not an issue..the issue the qty field is editable, so if user wants to change the qty he can, but here we wants to trigger an error message.that "this value cant be change".

S

0 Kudos

Hi

Ok so you need to change the dynpro 1060:

- You need to change the module GET_QUANTITY_1060 in order to insert your message, this module is just triggered as soon as a new value is inserted,

There are many std enhancement in this module you can try to use....

But if you need to consider the module is always triggered so I can't understand how you can understand if the value is inserted by user or by something else.

Max