Line loop with add new row function Respondida
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
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.
Any feedback on this?
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
Iniciar sesión para dejar un comentario.