Hello everyone,
I need to call a program from my zprogram and automatically put ticks to the boxes. This is what I wrote:
SUBMIT rsnast0f<br> WITH s_objky IN r_obj<br> WITH s_kschl EQ 'SPED'<br> WITH p_kappl EQ kappl<br> AND RETURN.
This p...
Hello experts,
I need to disable Document Date and Posting Date field for change, when 201 movement is chosen. Is there a way to do this? If yes, how and where I need to do this?
I hope for your understanding.
Hello everyone,
the requirement is to open by default "Stock placement" tab, insted of "Item overview".
If you run the vl06ig program, "item overview" tab opens by default, screen number 1202. I need to change it to "stock placement", screen 120...
Hello everyone,
the task is to allow users to enter numeric values and by pressing Enter or clicking some button, to calculate that value in another column.
TYPES: BEGIN OF ls_invent_alv,<br> werks TYPE iseg-werks,<br> name1 TY...
frdric.girod So, the process is:1) I have created a zprogram2) I need to call a standrad program and set variables to select screen (which I have successfully done)3) After this, the standard program gives the result without tick (tick means to re-cr...
frdric.girod thank you for your response. I need to make the changes in my zprogram, not in the standard program itself, or I have misunderstood you. Could you please clearify your point of view please? Could you explain with code, please?