2009 Aug 07 10:31 AM
I have to geneate a version of the program through programmatically. I will enter a program in the selection screen. Upon execution, a version should get generated for that program.
I have to geneate a version of the program through programmatically. I will enter a program in the selection screen. Upon execution, a version should get generated for that program.
2009 Aug 07 11:20 AM
Hi
When a program version is generated
program name SAPLS38E (type F)
Function : WB_VERSION_CREATE
I tried putting the sy-ucomm value as wb_version_create. but it doesnt generate the version.
After putting the sy-ucomm value you need to reexecute the includes LS38EI01 which creates the version.
Hope this helps you.
Viquar Iqbal
2009 Aug 07 12:17 PM
The reason why i have posted this thread , asking for Version Number generation is below mentioned.
The INSERT REPORT statements gets success if the code inserted in to the report is syntx free and activated. If there are any errors it reults short-dump. To avaoid this can we generate the version and try ?
OR
Do we have any other statement substitute to INSERT REPORT ?
2009 Aug 07 12:27 PM
each time a TR is assigned a version is automatically generated.. why dont you take help of this?
2009 Aug 07 12:32 PM
you can also use
SYNTAX-CHECK FOR itab
to check the source code before insert report.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |