Hi,
First of all, i'm new to CAP.
I'm following examples from github using sapmentors/cds-scp-api extension.
While accessing the CF target from the node.js application using @ sapmentors / cds-scp-api, I encountered a problem that I detailed b...
Hi,You may follow these links.1020876 - BADI MB_MIGO_ITEM_BADI processed during display mode1477221 - BAdI MB_MIGO_BADI method LINE_MODIFY in display mode
first of all you may look out how to implement hotspot or double click handling on alv. after you prepare your event you may run a batch input for SM30.
At SM30 Transaction if you can manually go to SM30 Trx and find spesific data, then you may code...
Hi,After calling LDB_PROCESS function you could add this code.DATA: L_FIELD(40).
FIELD-SYMBOLS: <FS>.
L_FIELD = '(SAPLSLDBFREE)BAD_LDBS[]'.
ASSIGN (L_FIELD) TO <FS>.
CLEAR <FS>.