<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAP UI Interface - Change Request Frame in Edit mode ? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462899#M74451</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Looks like both are different change request types and there is a chance that both can have different workflow steps configured.&lt;/P&gt;&lt;P&gt;Thanks, Pavan&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 14:11:18 GMT</pubDate>
    <dc:creator>bpawanchand</dc:creator>
    <dc:date>2017-06-23T14:11:18Z</dc:date>
    <item>
      <title>SAP UI Interface - Change Request Frame in Edit mode ?</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaq-p/462896</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i'm trying to develop an MDG UI interface that get a file from local machine and upload file content in custom DB table.&lt;/P&gt;&lt;P&gt;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 --&amp;gt; the frame of the change request appears, then the Change Request will be generate. So i can continue with my operations ... after that I would submit the changes.&lt;/P&gt;&lt;P&gt;I'm seeing that my Change Request Frame has Grey background color (image B1):&lt;/P&gt;&lt;P&gt;B1&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/43306-b1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;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...&lt;/P&gt;&lt;P&gt;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').&lt;/P&gt;&lt;P&gt;B2&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/43307-b2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;do you have some suggestions?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 08:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaq-p/462896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-23T08:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP UI Interface - Change Request Frame in Edit mode ?</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462897#M74449</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I understood correctly, the screenshot B1 is basically before clicking the submit button . I mean you the UI is at initiator/ requester stage. Where are the screen shot B2 could be you have saved the CR and again you have reopened it. IN that case the background color gets changed. However, here the point the is not about the color. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 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...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What exactly you mean by this, Of-course each change request will have different status at each stage of approval process. For instance, before submitting / creating the CR the status could be "Changes to be executed" (01). After Submission it could be "Final Check to be Performed"(02) as so on. The status defines the possible manipulations of the CR and its associated Master data objects. I mean if the status is 02 I can configure the system to not allow the users to modify the CR and vice versa.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;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').&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I am not so clear what you are talking about.&lt;/P&gt;&lt;P&gt;But to just let you know B1 and B2 screen shots do not have any difference. I think the whole thing you have to check what can be done to CR at each status in view V_USMD130C.&lt;/P&gt;&lt;P&gt;Thanks, Pavan&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 08:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462897#M74449</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2017-06-23T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP UI Interface - Change Request Frame in Edit mode ?</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462898#M74450</link>
      <description>&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;i'll try to explain better.&lt;/P&gt;&lt;P&gt;Image &lt;STRONG&gt;B1&lt;/STRONG&gt; refers to the &lt;STRONG&gt;new interface&lt;/STRONG&gt; (i'm developing this one).&lt;/P&gt;&lt;P&gt;Image &lt;STRONG&gt;B2&lt;/STRONG&gt; refers to the refers to the &lt;STRONG&gt;existing interfac&lt;/STRONG&gt;e, from which I copied the new one.&lt;/P&gt;&lt;P&gt;Both Images refer to the same status (02 - Changes to be executed), before clicking Submit.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;What exactly you mean by this?&amp;lt;br&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;After Submit, i expect that the status of Change Request will be 05 - Final Check Approved (it happens for the existing one Interface) and in the table USMD120C I can verified that the status is changed properly (image B4).&lt;/P&gt;&lt;P&gt;CR 35826 for new interface, status 02&lt;/P&gt;&lt;P&gt;CR 35701 for existing and working interface, status 05&lt;/P&gt;&lt;P&gt;B4&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/43324-b4.jpg" /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I am not so clear what you are talking about.&amp;lt;br&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I mean, I have the impression that by running existing interface (image B2), the Change Request box is white because we are in edit mode (edit button is disabled), while in the new interface (Image B1), the Change Request box is gray because we are in display mode (Edit button is enabled, but not working) ... i thought that something is missing to complete CR process.&lt;/P&gt;&lt;P&gt;Attached below the image B3, refers to V_USMD130C:&lt;/P&gt;&lt;P&gt;B3&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/43322-b3.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 11:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462898#M74450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-23T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAP UI Interface - Change Request Frame in Edit mode ?</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462899#M74451</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Looks like both are different change request types and there is a chance that both can have different workflow steps configured.&lt;/P&gt;&lt;P&gt;Thanks, Pavan&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462899#M74451</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2017-06-23T14:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP UI Interface - Change Request Frame in Edit mode ?</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462900#M74452</link>
      <description>&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;yes they have different Change Request type, but they have same Workflow assigned (image B5).&lt;/P&gt;&lt;P&gt;B5&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/43346-b5.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniele&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462900#M74452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-23T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP UI Interface - Change Request Frame in Edit mode ?</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462901#M74453</link>
      <description>&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;Need to change FPM_EDIT_MODE parameters in Application Configuration, from Read Only or No Mode Handling to Edit.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462901#M74453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-30T14:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAP UI Interface - Change Request Frame in Edit mode ?</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462902#M74454</link>
      <description>&lt;P&gt;&lt;A href="https://userapps.support.sap.com/sap/support/knowledge/en/2880003" target="test_blank"&gt;https://userapps.support.sap.com/sap/support/knowledge/en/2880003&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note 2880002:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;In the OVP page, right click and navigate to the technical help.
&lt;/LI&gt;&lt;LI&gt;Click on the Application configuration for example BS_OVP_CU.&lt;/LI&gt;&lt;LI&gt;Change the indicator value of Edit Mode to Read-only in the general settings of the Application configuration.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 01 Nov 2021 10:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-ui-interface-change-request-frame-in-edit-mode/qaa-p/462902#M74454</guid>
      <dc:creator>prabhat_singh6</dc:creator>
      <dc:date>2021-11-01T10:42:02Z</dc:date>
    </item>
  </channel>
</rss>

