cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decision Point Status Change from XLS upload

former_member131844
Active Participant
0 Kudos
336

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

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

former_member201206
Active Contributor
0 Kudos

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


former_member209919
Active Contributor
0 Kudos

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

former_member131844
Active Participant
0 Kudos

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

former_member209919
Active Contributor
0 Kudos

HI Vijay,

It seems that the system is not reading your tab. Usually this happens when there is a problem in the file. Try to download a new file fromthe transaction and complete all information ( at least for one item). Also be sure that all your column header are filled

Regards