cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GuiXT in SAP EWM (PRDI)

benditow
Explorer
868

Dear All,


I am referring to this document related to UI adjustment in EWM:

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwigzLzsq5PuA...

I identified two variants to adjust the UI in EWM. Usage of transaction variants (Tx SHD0) and with GuiXT Scripts. As transaction variants are limited to Dynpros and do not affect UI Elements rendered during runtime, I want to use GuiXT Script for this.

I want to achive that transaction /SCWM/PRDI is adjusted to our needs without a lot of development effort or modifications. For the dynpro elements of the transaction, GuiXT script is working fine. But I am not able to change the arrangement of buttons in the toolbar areas of this transactions. Please check attached screenshot. I am reffering to the red marked areas.

I checked the synactive documentation related to pushbuttons:

https://www.synactive.com/docu_e/doc_pushbutton.html

But also the hints there do not work for me.

Has anyone of you had similar requirements and might give me a hint on how to e.g. disable the GR button as an example?

Thanks for your help in advance and best regards,

Benjamin

Accepted Solutions (1)

Accepted Solutions (1)

benditow
Explorer

I was able to find a workaround which even suits my requiremts better.

I just delete the Gui Container for the respective buttons which also deletes all buttons in it and then I add the required pushbuttons based on the functon code.

Example:

del X[CONTAINER_TB_OIP_1]

Pushbutton (2,0) "Wareneingang buchen" "OIP_POST_GM"

Answers (0)