(filename, sub_folder) # 打状态 if qSapRemark == "Successfully uploaded to SAP" and doc[4].upper() == "EA" and tcode == 'cv01n': print('change status to EA') session.findById("wnd[0]/tbar[0]/okcd").Text = "/ncv02n" #切换到变更模式CV02N session.findById("wnd[0]")....
If you use Event Changed, then it will trigger any value is changed and saved in CV02N, if you want to use that Event then you need to first add a select statement to fetch the old values from DRAW table and the Badi importing parameter DRAW to check the status change(DOKST), J...
SAP Managed Tags: ABAP Development Hi, I wan checking for an userexit for the tcode CV01N or CV02N, for some customization to bring up some pop-up screens. But was not able to find any. If anyone has worked on a user exit for these tcodes, please let me know. Thank you Lalitha...
we are not getting the new appended draw structure value in exit, when i declare this new structure. But when i don't declare the structure, then it showing the value in debug, and without declare its showing error. of unknown structure. How to overcome this issue? Former Member 2013...
SAP Managed Tags: ABAP Development Hi, Don't use BDC for CV01N tcode, use BAPI BAPI_DOCUMENT_CREATE2. For any help click on the Function Module documentation. Thanks & Regards Bala Krishna Reply Former Member In response to former_member585060 2012 Dec 15 5:37 AM 0 Kudos 15...
SAP Managed Tags: PLM Document Management System (DMS) Dear Experts, From Originals tab of CV01N tcode I upload a document. In object links tab I link that document to customer master XD03 by selecting a customer no. This document that I upload is present in C:/documentsandsettings/deskt...