User Tools

Site Tools


abap:batch_input_call_transaction

This is an old revision of the document!


Batch input / Call transaction

Sélection de ligne dans un ALV

La sélection de ligne dans un ALV se traduit par le code suivant (exemple) :

    perform bdc_field       using 'BDC_OKCODE'
                          '=PKAU' . "'=ITEM'
    perform bdc_field       using 'RV45A-VBAP_SELKZ(01)' 'X'.

VBAP_SELKZ(01) signifie “champ de sélection de la ligne 01 sur l'ALV VBAP”. Le code PKAU permet déclenche l'affichage du détail de la ligne.

abap/batch_input_call_transaction.1368633161.txt.gz · Last modified: 2013/05/15 17:52 by ginko