on 2013 Nov 25 12:27 PM
Hi There!!
I have a issues with the Decision point data while uploading through RPM_DX_ITEM.
The program creating the decision points correctly, However, the decision point status is always initial. No matter what status i give against DP status id the status is always the initial status created by the upload program.
Regards,
Vijay
Request clarification before answering.
Hello Vijay,
I hope by now yu have got the solution for this post!? Even I have the similar issue. Wherein we have 14 decision points, and we need to create Items with all DPs with intermediate DP's statuses (E.g. 6th DP to be kept open for an Item through Program).
If you had got the solution, kindly let me know.
Thanks,
Santhosh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi all,
if you use the UPDATE modus, only the status of active DP can be updated. Status of other inactive DPs are ignore. See note 1922269.
*>Note:1922269 -> Status of an inactive decision point should not be updated.
IF wa_item_desc_attr-active NE abap_true.
CLEAR wa_tmp_item_desc_attr-status.
ENDIF.
*<Note:1922269.
In case of CREATE modus, no status is considered (it just creates)
Kind regards,
Zhenbo
Hi Vijay,
If you are using the excel, You have to complete the third tab in the excel "decision point tab" here you can give the status.
Let me know if you need further information,
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Clara,
Thanks for your reply,
I have completed that tab as well, but the issue here is, for example i have two decision points,for the first decision point the status i would like to set is 'completed' i.e, end status and for the second decision point the status is"In- Progress'.
when i provide the same information in excel and upload the data, the system is setting the status of the first decision point to "Create" with initial status instead of complete and for the second decision point is also 'created' instead of In-Progress.
Could you please let me know how to over come this issue.
Thanks in advance,
Regards,
Vijay
| User | Count |
|---|---|
| 3 | |
| 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.