cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDG Custom data Model - Change Request Type is not editable

murcielago83
Explorer
0 Kudos

Hi all,

i'm new about MDG world, i'm trying to develop an UI interface that get a file from local machine and upload file content in custom table.

I created a new data model from existing one, i modified it according to the new requirements properly. I can run the application(image 1), but, when I click on New button --> the frame of the change request appears, i cannot edit the information about change request (image 2), then i cannot continue to use the interface.

1

2

for my custom data model I created also a Change Request Type (image 3)

3

debugging my solution and comparing with debug on existing one, the method executed after the click on New button, are not the same(Feeder custom class of UIBB Form ZCL_*_FORM method IF_FPM_GUIBB_FORM~PROCESS_EVENT). Below the event id executed after click on New Button (image 4):

4

seems that the last three event id are not executed in my solutions.

do you have any suggestion?

Accepted Solutions (1)

Accepted Solutions (1)

bpawanchand
Active Contributor
0 Kudos

Hi,

Make sure your MDG application Communicator is configured properly. . As you can see in the provided screen shots, it does not have a button to submit, and discard the CR.

Thanks, Pavan

murcielago83
Explorer
0 Kudos

Hi Pavan,

correct.

I replaced Source Config Name with the correct one, and now it seems work.

Thank you so much

Answers (3)

Answers (3)

0 Kudos

I have same issue that CR data is not populating when selecting the CR from My Change Request, I checked connector class and source config name which is fine but still facing the same issue

bpawanchand
Active Contributor
0 Kudos

Hi ,

Just a quick info in the context of addressing a specific user. If you wish to intimate or check with a specific user in SCN (formerly) / SAP Network you can use the add user tag option while creating a question. In this way it helps the other user to get notified.

After closing a question users may not / never come back to see the questions again about whats the update. Please ask a new question and give a try about the feature which I mentioned above.

Even I would like to know how it works. 😉

Thanks, Pavan

murcielago83
Explorer
0 Kudos

HI Pavan, i followed you suggestion. (created new ask and tag you into user tags).

murcielago83
Explorer
0 Kudos

Hi Pavan, Hi experts, again.

other question.

after change that you suggested me, now seems works ... then the Change Request will be generate. So i can continue with my operations ... after that I would submit the changes.

I'm seeing that my Change Request Frame has Grey background color (image B1):

B1

Looks like change request frame is not in Edit Mode but in Display Mode. In fact, after SUBMIT, the Change request will have Status '02' (pending) and not '05' (approved) in table USMD120C. So data not uploaded in DB Table...

Conversely, the existing one interface (used for deep-copy) has White background color (image B2), and then no problem after SUBMIT (data uploaded in DB table, Change request Status '05').

B2

do you have some suggestions?

Thanks