Line loop with add new row function Respondida

Dick Smith

Hi All,

On certain SAPB1 screens (unlike say sales order), you have to use the right click option and select "Add Row".  Then only the new row will be active (as below). How do we write line loops to write to to this screen?

Comentarios

4 comentarios

  • Comment author
    Yaremi Miranda Lopez
    • Comentario oficial

    Hello Dick,

    In the case of the closed lines like in this screen, it is standard SAP functionality and the editing of a disabled row is not possible.

     

  • Comment author
    Dick Smith

    Any feedback on this?

    0
  • Comment author
    Dave Gutman

    Hi Dick,

    This can be done via a UF type = macro which executes the 'Activate (1292)' command.  1292 is the SAP Menu UID for 'Add Row'.  Your line loop can fire off the macro UF.

    Hope this helps,

    Dave

    0
  • Comment author
    Dave Gutman

    0

Iniciar sesión para dejar un comentario.