on ‎2016 May 11 6:04 AM
Hi Experts,
I have created a new version with a copy of active version using /SAPAPO/MVM. The version is created successfully but in the table "/SAPAPO/APO01"
the Version ID shown as encrypted format which causing me an issue during the custom extraction program which we are using data to extract from SNP. Can some one please help on this.
Thanks in advance.
Regards
Yadagiri
Request clarification before answering.
Hi
I am really not sure if this is the issue.
Ideally whenever you create new version system generate it´s own internal number and put into VERSIOID column but ideally you might be using VRSIOEX column for all your extraction.
In you custom extraction try to use the field VRSIOEX.
Please cross check and let us know if this information helps you.
Thanks
Amol
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ashwin
Thank you very much for providing more the details.
In our case we also pegging information but we have not hard coded or used version id into code.
As I mentioned earlier in my message, I am not the ABAP expert but we use version id as selection in infopackage.
Based on requirement, we extract the pegging information from active version or simulation version.
Can you check if this could be achieved also at your end.
Thanks
Amol
Hi Ashwin,
so far I have also not faced any version ID related issue. Do you use the following function module in your custom program to derive the correct versionID?
CALL FUNCTION '/SAPAPO/DM_VRSIOEX_GET_VRSIOID'
EXPORTING
i_vrsioex_fld = version_id
IMPORTING
e_vrsioid_fld = current_version_id
This one provides the correct results for further processing.
regards, Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.