执行后,参数L_ERRORS将包含一行假脱机请求编号;消息编号SY 355是“创建了假脱机请求(编号&1),但没...
I_MJAHR=LS_ALV_P-GJAHR EXCEPTIONS ILLEGAL_COMBINATION=1 OTHERS=2. 三、销售订单:VA03 SET PARAMETER ID ‘AUN’ FIELD it_itab-vgbel . CALL TRANSACTION ‘VA03’ AND SKIP FIRST SCREEN . 四、交货单: SET PARAMETER ID ‘VL’ FIELD it_itab-vbeln . CALL TRANSACTION ‘VL03N’ AND SKIP FIR...
Solved: Hi, I'm calling the RE transaction RECN from an ALV report, skipping the first screen. Till this point, everything works fine. But when I try to get back to the
Solved: I have developed an ALV report where when double click on a Process Order number the report will call a standard TRANSACTION COR3 using call transaction method.
*C-- call 'MM03' transaction. WHEN c_matnr. SET PARAMETER ID MAT FIELD wa_alv_data-matnr. SET PARAMETER ID MXX FIELD KVEDLAPSB. CALL TRANSACTION c_mm03 AND SKIP FIRST SCREEN. Hope this helps. Regards, Sowmya. Reply Former Member In response to Former Member 2008 Jul 09 2:19...
extensionin = lt_exts . loop at lt_return into ls_return where type = 'E' or type = 'A'. exit. endloop. if sy-subrc ne 0. call function 'BAPI_TRANSACTION_COMMIT' exporting wait = 'X'. " 回写内表 if sy-subrc eq 0 .loop at gt_9800_alv assigning field-symbol ...
Using above code programme doesn't call the transaction XD03. Reply Former Member In response to Former Member 2011 Nov 25 9:58 AM 0 Kudos 523 SAP Managed Tags: ABAP Development Hi Can you post your code where you call the ALV function? Max Reply Former Member In response...
Hi guys, I'm working in a report that it updates the price and quantity of various materials in a especific sales order using a call transaction. ( The tcode that it
I have a requirement where I need to create an ALV report to display the outbound delivery orders (ODO). From here I need to click the ODO to display the ODO in transaction /SCWM/MON in EWM where the user can click on and view other corresponding reports. This, I thought, I can d...
My next step also is to make the whole thing completely active either via a Portal / HTML/XML script or a SAP front end transaction where the user can build a dynamic query. For anybody who'se used it SAP ABAP Query is an abomination. ...