December 2024

SAP GUI Scripting with python to automatically download pdf files use CV04N

Hello experts:I am now using SAP GUI Scripting to automatically download documents, using transaction code CV04N. The script has been written by Python, but it needs to be optimized. Here is the script: ————————————————————————————— import win32com.clientimport timeimport pyautoguiimport pandas as pd # set pathfile_path = r”C:UsersAdministratorDesktoptesttdocument_codes.xlsx” # read Excel df = pd.read_excel(file_path, engine=’openpyxl’)document_codes = df[‘DocumentCode’].tolist()  try:# …

SAP GUI Scripting with python to automatically download pdf files use CV04N Read More »

SAP GUI Scripting with python to automatically download pdf files use CV04N

Hello experts:I am now using SAP GUI Scripting to automatically download documents, using transaction code CV04N. The script has been written by Python, but it needs to be optimized. Here is the script: ————————————————————————————— import win32com.clientimport timeimport pyautoguiimport pandas as pd # set pathfile_path = r”C:UsersAdministratorDesktoptesttdocument_codes.xlsx” # read Excel df = pd.read_excel(file_path, engine=’openpyxl’)document_codes = df[‘DocumentCode’].tolist()  try:# …

SAP GUI Scripting with python to automatically download pdf files use CV04N Read More »

Native SQL question

Greeting from Aaron Lee who is a beginner of ABAP student. I meet a runtime error in the following codes which has no syntax error. REPORT z3_4native_sql . DATA: gv_carrid LIKE sflight-carrid VALUE ‘AA’, gv_connid LIKE sflight-connid. EXEC SQL. SELECT A.CONNID INTO :gv_connid FROM SFLIGHT A WHERE A.MANDT = :SY-MANDT AND A.CARRID = :gv_carrid. ENDEXEC. …

Native SQL question Read More »

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner

Hi I am Basavaraj, Working as a Finance end user analyst and I am interested to switch my Career to SAP as I have almost spent 10+ years in Finance domain as a end user and not seeing any progress in my Career. As a part of this SAP Digital Skill Initiative I have completed …

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner Read More »

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner

Hi I am Basavaraj, Working as a Finance end user analyst and I am interested to switch my Career to SAP as I have almost spent 10+ years in Finance domain as a end user and not seeing any progress in my Career. As a part of this SAP Digital Skill Initiative I have completed …

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner Read More »

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner

Hi I am Basavaraj, Working as a Finance end user analyst and I am interested to switch my Career to SAP as I have almost spent 10+ years in Finance domain as a end user and not seeing any progress in my Career. As a part of this SAP Digital Skill Initiative I have completed …

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner Read More »

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner

Hi I am Basavaraj, Working as a Finance end user analyst and I am interested to switch my Career to SAP as I have almost spent 10+ years in Finance domain as a end user and not seeing any progress in my Career. As a part of this SAP Digital Skill Initiative I have completed …

Application for Digital Skills Initative – Completed learnings, missed to post on Beginner Corner Read More »

Scroll to Top