actually this is std SAP transaction so we cannot modify anything. Just i want to know is there possiblity of the same. If we found any user-exit then we can write the code modification. Please let me know the user-exit for the t.code Vl01n Program Name: SAPMV50A I will assign th...
点击“发货过账”按钮出发增强增强点: 程序:MV50AFZ1子例程:FORM USEREXIT_SAVE_DOCUMENT_PREPARE. T-CODE:VL02N点击“发货过账”按钮操作码:WABU_T 实际效果: 断点进入调试模式 交货单增强 交货单保存增强MV50AFZ1USEREXIT_SAVE_DOCUMENT BAPI_OUTB_DELIVERY_CREATE_STO创建时也会触发增强创建交货单触发IDOC增强...
lv_flag=lv_delivery_update.FREEMEMORYID'ZDELIVERY_UPDATE'.*ENDIF.IFsy-uname ='BASIS2'AND( ( ( sy-tcodeEQ'VL02N'ORsy-tcodeEQ'VL03N')AND( sy-ucommEQ'WABU_T'ORsy-ucommEQ'SICH_T') )ORlv_flagEQ'X').LOOPATct_xlikpINTODATA(ls_xlikp_stmp)."更新批次拆分后的增强字段LOOPATct_x...
If you've already registered, sign in. Otherwise, register and sign in. Comment Comments (1) Former Member 2009 Jul 31 0 Kudos Steps 1 VOV8 Document customization 2 Incompletion log 3 Copy control from Sales order --- Delivery Tcode VTLA , check if any modification of data ...
-> run tcode -> getting all Exit Name and BADI. But I want BADI implementation Step by Step. Thanks Reply brad_bohn Active Contributor In response to Former Member 2010 May 07 3:47 PM 0 Kudos 164 SAP Managed Tags: ABAP Development Step-by-step guides are in the help fil...
T-CODE: OVM1, 直接将MESSAGE TYPE更改. You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Comments (1) Former Member 2010 Jan 11 0 Kudos 谢谢~~~ 这样是可以创建了,但是没有库存的情况,交货单数量为0...
SAP Managed Tags: ABAP Development, ABAP Extensibility Hello, I want to create a outbound / inbound delivery through t-code VL01N with reference to salesorder / repair order. Please suggest me any BADI , BAPI of functional module.. tHANKS, aNIL Edited by: anilpat1 on Mar 31, 2009 4...
2,385 SAP Managed Tags: ABAP Development Hi Experts, Can anyone please tell me the BAPI used to create Outbound Delivery (same as VL01n) and the sample code for that I am trying to use BAPI_OUTB_DELIVERY_CREATENOREF, but it is not helping... Thanks in advance, AayushReply...
SAP ALV选择列排序时弹出定义排序顺序窗口的解决方法 1、当程序中的FIELDCAT参考 LVC_T_FCAT时,字段EDIT = 'X',当选择某列排序时会弹出如下窗口 解决以上问题的方法:在实现类中加入红色字体的代码CLASS... OCCURS 0. *DATA: BOX(1)TYPEC. * INCLUDE STRUCTURE ZSD_LIKP. *DATA: STYLETYPELVC_T_STYL. *...
The routine is used to save your own data when saving deliveries. Delivery data cannot be changed here anymore since it has already been transferred to the update.The call occurs when the document is saved (routine BELEG_SICHERN, program SAPMV50A) immediately before the COMMIT WORK ...