cancel
Showing results for 
Search instead for 
Did you mean: 

Calling transaction from current ITS

Former Member
0 Kudos

Hi there,

I don't seems to find any information regarding my question.
So, I was hoping that anyone might experience the same thing can give me some ideas.

Currently, we have developed one ITS mobile program previously.

Now, the users are requesting to add one new function call 'Cycle Count' in the program (new button).

Actually, the 'Cycle Count' will consists of 3 different processes.

Meaning the first screen will be the menu screen for 3 different buttons.

This 'Cycle Count' program can be access from other transaction as well.

What we trying to do is, to build a customized program for that 'Cycle Count'.

My question is that, is it possible for us to call the customized program from the existing ITS mobile program directly?

This means we are not enhancement the existing ITS mobile program.

What we will do is to just add one more button on the screen.

Then, when user clicks on the button, it will trigger the new customized program.

Accepted Solutions (1)

Accepted Solutions (1)

alejandro_lpez
Contributor
0 Kudos

Hi Shu,

If I understand your need, necessarily must change the current program to add a new button, and when it is pressed  then call the customized program  "Cycle Count".(All this changes in ABAP)

For  "Cycle Count" you should create a new Z program, taking care to fit the dimensions of the screen to the RF device.

Once programs are created in abap, you must convert the screens to HTML format

Best regards,

Alejandro López.

Answers (0)