on ‎2020 Sep 26 5:48 PM
Hello SAP Experts,
Hope everyone is doing well.
I am working on SAP Automation with python where I am trying to automate USMM(Licensing activity) with the use of Python. I want to extract the User classification report in the form of excel.
I am trying to achieve it using BAPI. Plan was to create a variant of the program of the tcode USMM and scheduling background job of that variant. Once done, download the spool of the job and mail it in the form of excel.
The Program name is showing RSUVM000 in TSTC and in the status option in USMM, it is showing as SAPLSLIM_GUI_FRAME.
Now, the issue is that RSUVM000 is of prog type M and SAPLSLIM_GUI_FRAME is of prog type F and seems like a variant cannot be created of such prog types. Only executable programs are allowed.
My question is:
Is there any option to create a variant and schedule a background job for USMM - user classification apart from using BDC? BAPI is preferred.
Thanks
Request clarification before answering.
in that case, if you have SAPGUI script activated, you can run it online with any variant you need and still send the file to where you need it to be.
I am afraid the solution does not rely on the ABAP/BCD side.
Good luck 🙂
Luis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi anirudh2012,
For that purpose, you can use RSUVM007 ABAP report.
I do not think there is a BAPI. But here are two includes if you want to investigate further - RSUVMCONST and RSUVMIN3
Hope it helps. 🙂
All the best,
Luis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 53 | |
| 29 | |
| 21 | |
| 10 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.