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: 

Control a process at Weigh Bridge

Former Member
0 Kudos

Hi Guys,

We have an interface at our weigh bride.

A custom Tcode ZSD_WB is used to enter the interface and take reading for trucks entering/leaving.

The z object related to its ZWBINF.

My requirement is that on the weigh brigde interface there is an option of manual entry which needs to be checked so that user can make manual changes to the reading and we need to block it.

Please advice how to proceed.

Regards

Abhishek

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

As this is a custom t-code this should be something that your developers can achieve for you. It sounds like you need an additional activity for ZWBINF that validates the ability to do the manual activity through the custom tcode.

2 REPLIES 2

Former Member
0 Kudos

Hi,

As this is a custom t-code this should be something that your developers can achieve for you. It sounds like you need an additional activity for ZWBINF that validates the ability to do the manual activity through the custom tcode.

Former Member
0 Kudos

If it is a dialog tcode then make the check in the PBO module and react to sy-subrc by modifying the screen program.

Make sure there isnt any other call screen subsequently calling the same screen and consider checking input again in the PAI module.

This is very basic and you should atleast post your code where it is going wrong...

Cheers,

Julius