Open specific SBO Customer Order from beas production order window using golden arrow

Patrick Herr

Hello,

probably for most of you an easy question:

I would like to add a golden arrow to a colum in fert_ftpos_browse_alle.psr. Here I have the standard colum "Customer Order", the number of the customer order linked to the production order is displayed ("BEAS_FTPOS"."AUFTRAGINT"). I would like to add a golden arrow to the entries of that colum so that after clicking the arrow the linked customer order is opened in edit mode in the standard SBO Window

This I know:

The golden arrow is activated via window settings -> details -> enter code into field "link"

Can anybody please help me to complete the script that I have to enter, to accomplish my goal?

openwindow=fo_order=???

or

object=ue_openwindow=ordr=???

Your help would be very much appreciated

Thanks

Patrick

 

Comments

5 comments

  • Comment author
    Martin Heigl

    if you want to open the sales order with the docentry stored in AUFTRAGINT, then

    openwindow=fo_order=<auftragint>

    or

    object=ue_openwindow=ordr=<auftragint>

    0
  • Comment author
    Patrick Herr

    Thank you for the quick response, Martin. Unfortunately neither solution it working for me.

    openwindow=fo_order=<auftragint> --> arrow appears but nothing happens, when clicking (no error message, just no action)

    object=ue_openwindow=ordr=<auftragint> --> Correct SBO form opens an the text <auftragint> is entered into the SBO Window field DocNum

    Any idea what I am doing wrong? Is there an easier solution to open customer order from fert_ftpos_browse_alle.psr.

    thanks in advance

    Patrick

     

    0
  • Comment author
    Martin Heigl

    Hi

    correct is

    openwindow=fo_Order=<beas_ftpos_auftragint>

    0
  • Comment author
    Patrick Herr

    Thank you very much. I've done everything exactly like you. Even restartet SAP. But when clicking on the arrow I get the error message that no matching records were found (Keine übereinstimmende Datensätze gefunden)

     

    Any idea what I am doing wrong? My window looks exactly like yours.

    Patrick

    0
  • Comment author
    Patrick Herr

    Hello,

    Probably not the most elegant way to do this but this worked for me:

    object=ue_openwindow=ORDR=<beas_ftpos_auftragint>
    0

Please sign in to leave a comment.