on ‎2019 Nov 21 12:05 PM
Hi,
I am facing a situation in my project with a requirement in which it's required to change existing licenses in background with delta like Validity period. This requirement is applicable because user demands a facility to close existing licenses in mass & this will be done via an external interface with the help of XML from PI/PO. Now i can create license successfully with the help of License_create FM but i don't find a FM / BAPI to change existing license. We tried using BDC recording of t.code /n/sapsll/lclic02 to do the same but it fails when run in background. What could be the standard program / FM to change an existing license?
Thanks & Regards
Request clarification before answering.
Hi Tarun,
Take a look class /SAPSLL/CL_LCLIC, and use method MAINTAIN_SUBOBJECT and MAINTAIN_OBJECT to do whatever you want. It is the object layer for license. You need to first load the object by PK/SK, fill the structure you wanted, and call the maintain method.
Regards,
Derek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 40 | |
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.