https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/ABAP-Development-qa.xml SAP Community - ABAP Development 2024-09-01T02:00:04.844225+00:00 python-feedgen ABAP Development Q&A in SAP Community https://community.sap.com/t5/technology-q-a/in-rap-api-unmanaged-scenario-with-draft-finalized-method-getting-called/qaq-p/13807466 In RAP API unmanaged scenario with draft, Finalized method getting called during patch call 2024-08-26T16:29:46.353000+02:00 mks2k https://community.sap.com/t5/user/viewprofilepage/user-id/872638 <P>Hello all, I am working on RAP API ( OData V4 UI ) unmanaged scenario with draft, so while every patch call ( entering field value ) save sequence methods ( finalize, save..etc ) is getting called. What can be wrong, Is it possible to avoid save sequence methods during patch call?. Thank You&nbsp;</P> 2024-08-26T16:29:46.353000+02:00 https://community.sap.com/t5/technology-q-a/send-mail-using-cl-bcs-via-sap-distribution-list/qaq-p/13807590 Send mail using cl_bcs via SAP distribution list 2024-08-26T18:04:00.728000+02:00 dschiener https://community.sap.com/t5/user/viewprofilepage/user-id/842921 <P>Hi,</P><P>I want to send a mail by using class&nbsp;<SPAN>cl_bcs and a SAP internal distribution list.</SPAN></P><P><SPAN>That means, I want to create a SAP internal distribution list via SBWP, eg:<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-08-26 175419.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/157785iF258F22B359160D9/image-size/medium?v=v2&amp;px=400" role="button" title="Screenshot 2024-08-26 175419.png" alt="Screenshot 2024-08-26 175419.png" /></span><BR /></SPAN></P><P><SPAN>Then I want to maintain</SPAN><SPAN>&nbsp;the mail addresses of recipients in this distribution list.</SPAN></P><P><SPAN>Then I want to send a mail to this distribution list.</SPAN></P><P><SPAN>Please do NOT provide any solutions by using deprecated FM SO_NEW_DOCUMENT_SEND_API1!</SPAN></P><P><SPAN>How could this work? Any got an idea? How can I specifcy / create a recipient object that refers to the distribution list?</SPAN></P><P><SPAN>BR</SPAN></P> 2024-08-26T18:04:00.728000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/po-modification-only-print-the-line-changed-in-the-pdf-embeded-in/qaq-p/13807669 PO Modification only print the line changed in the pdf embeded in modification email 2024-08-26T20:31:26.614000+02:00 sigwork https://community.sap.com/t5/user/viewprofilepage/user-id/617668 <P>Hi<BR />We are trying to reove message sending on delivery completed for POs.</P><P>We first went to SPRO : Materials Management &gt; Purchasing &gt; Messages &gt; Fields relevant to printouts of changes and deselect PO column</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sigwork_0-1724696731275.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/157807iBEB8FB96889336D2/image-size/medium?v=v2&amp;px=400" role="button" title="sigwork_0-1724696731275.png" alt="sigwork_0-1724696731275.png" /></span></P><P>We then had to come to SPRO and add<BR />Materials Management &gt; Purchasing &gt; Messages &gt; Output Control &gt; Message type &gt; define message type for purchase order &gt; Maintain Message Types for PO<BR />We have set Program to FM06AEND and FORM routine to CHANGE_FLAG.</P><P>&nbsp;</P><P>It seems to wok but now when we change a line (material) in the PO, instead of receiving the whole new PO attached as PDF, the PDF only contains the line changed.</P><P>Do you know where this could come from ? Or do you know what is the abap program called to generate the PO PDF ?</P><P>&nbsp;</P><P>Thanks</P><P>&nbsp;</P> 2024-08-26T20:31:26.614000+02:00 https://community.sap.com/t5/technology-q-a/smartforms-text-element-cannot-display/qaq-p/13807823 smartforms text element cannot display 2024-08-27T03:29:58.471000+02:00 Catherine3 https://community.sap.com/t5/user/viewprofilepage/user-id/1606574 <P>Hi Experts,</P><P>I have an existing smartforms and would like to check a text element value. It shows blanks in the text editor. As long as I change the editor setting in&nbsp;RSCPSETEDITOR or i18n, it also the same. How can I see the variable of the text element? Thanks in advance.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Catherine3_0-1724722046795.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/157859iA1E6741B174E772A/image-size/medium?v=v2&amp;px=400" role="button" title="Catherine3_0-1724722046795.png" alt="Catherine3_0-1724722046795.png" /></span></P><P>&nbsp;</P> 2024-08-27T03:29:58.471000+02:00 https://community.sap.com/t5/technology-q-a/unable-to-convert-an-sap-script-as-a-pdf-and-send-it-via-odata-for-pdf/qaq-p/13808526 Unable to convert an SAP Script as a PDF and send it via OData (for PDF Viewer Functionality) 2024-08-27T12:33:06.144000+02:00 pghoshroy https://community.sap.com/t5/user/viewprofilepage/user-id/753593 <P>Hi Experts,</P><P>Apologies if the question is a bit vague; but I am struggling to achieve; is to convert an existing SAP Script Output to a PDF and then send that PDF via ODATA ( using Media handling ) .</P><P>The Output is a PO output designed on SAP Script. So the way I am converting it to a PDF is as follows:</P><P>1. Find out the NAST Record for a given Output<BR />2. Using the NAST Record; get the Spool ID.<BR />3. Using FM -&nbsp;RSPO_RETURN_SPOOLJOB get the OTF Data<BR />4. Using FM -&nbsp;CONVERT_OTF_2_PDF converting the ODT to PDF data<BR />5. Then converting the PDF data to XSTRING and then passing that to my get_stream method as below:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pghoshroy_0-1724754344374.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158214iB142758CF524DD89/image-size/large?v=v2&amp;px=999" role="button" title="pghoshroy_0-1724754344374.png" alt="pghoshroy_0-1724754344374.png" /></span></P><P>Logic for converting SAP Script to PDF:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pghoshroy_2-1724754533266.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158217iF4C1F603C62EF053/image-size/large?v=v2&amp;px=999" role="button" title="pghoshroy_2-1724754533266.png" alt="pghoshroy_2-1724754533266.png" /></span></P><P>However when I test the Get_Stream method using /iwfnd/gw_client ; I get the following error:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pghoshroy_3-1724754612596.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158218iA5586C8089F4FE29/image-size/medium?v=v2&amp;px=400" role="button" title="pghoshroy_3-1724754612596.png" alt="pghoshroy_3-1724754612596.png" /></span></P><P>Please advise where could I be going wrong?</P><P>Regards,</P><P>Pablo Ghosh Roy</P> 2024-08-27T12:33:06.144000+02:00 https://community.sap.com/t5/supply-chain-management-q-a/error-in-direct-input-rcptra02-lsmw-for-routing-mass-change/qaq-p/13808983 Error in direct input(RCPTRA02) LSMW for Routing mass change 2024-08-27T16:36:30.212000+02:00 akshayhande https://community.sap.com/t5/user/viewprofilepage/user-id/695836 <P>Hello all,</P><P>I am trying to change already existing routing in LSMW with direct input program&nbsp;RCPTRA02(as per SAP Note 1644841) . But I am getting belwo two errors for activity types &amp; header alternative,</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akshayhande_1-1724769201165.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158457iEFCCDB53BC5D7FE4/image-size/medium?v=v2&amp;px=400" role="button" title="akshayhande_1-1724769201165.png" alt="akshayhande_1-1724769201165.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akshayhande_0-1724768801332.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158455i98DA73D825B10AA7/image-size/medium?v=v2&amp;px=400" role="button" title="akshayhande_0-1724768801332.png" alt="akshayhande_0-1724768801332.png" /></span></P><P>Is there any other way to do mass change in Routing via BAPI ? I am aware of CEWB but this seems complex way to business. We need something like BAPI_ROUTING_CREATE with which we can create custom tool.</P><P>Regards,</P><P>Akshay&nbsp;</P> 2024-08-27T16:36:30.212000+02:00 https://community.sap.com/t5/technology-q-a/a-question-for-cds-view-keys/qaq-p/13809020 A question for CDS view keys 2024-08-27T17:07:35.013000+02:00 raffinkira https://community.sap.com/t5/user/viewprofilepage/user-id/213984 <P>Hi experts,</P><P>Assume there is a DB table that has 3 fields, A B and C. A and B are string fields which are also DB keys. C is a GUID fields which is not a DB key.</P><P>And then assume I create 2 CDS view on this table: the first one is with key C, and the second one is with key C, A and B.</P><P>Which one is better from the performance point of view.</P><P>&nbsp;</P><P>Regards,</P><P>Ming</P><P>&nbsp;</P> 2024-08-27T17:07:35.013000+02:00 https://community.sap.com/t5/technology-q-a/use-of-secondary-index-created-on-hdb-is-throwing-an-exception-cx-sy-open/qaq-p/13809132 Use of Secondary Index created on HDB is throwing an Exception CX_SY_OPEN_SQL_DB 2024-08-27T18:55:50.412000+02:00 kk_india_2023 https://community.sap.com/t5/user/viewprofilepage/user-id/842857 <P>Dear All,<BR /><STRONG>Index ZEMPLOYEE_MAIN~ZSI exists in database system HDB,</STRONG> but why my program is throwing an <STRONG>Exception CX_SY_OPEN_SQL_DB</STRONG> ?<BR /><BR /><STRONG>Here is my select query:</STRONG><BR />SELECT *<BR />FROM ZEMPLOYEE_MAIN<BR />INTO TABLE lt_ZEMPLOYEE_MAIN<BR />WHERE location = 'BANGALORE'<BR />%_HINTS <STRONG>HDB</STRONG> 'ZEMPLOYEE_MAIN~ZSI'.<BR /><BR /><STRONG>What is the mistake I am doing in the Select Query ?<BR /></STRONG><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Secondary Index" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158520i61DE8064F0F4A57C/image-size/large?v=v2&amp;px=999" role="button" title="1.1.png" alt="Secondary Index" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">Secondary Index</span></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Program" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158519i33C8FC18ADC7BFB0/image-size/large?v=v2&amp;px=999" role="button" title="1.2.png" alt="Program" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">Program</span></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Exception" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158521iB3C549AA51825C26/image-size/large?v=v2&amp;px=999" role="button" title="1.3.png" alt="Exception" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">Exception</span></span>Thanks in advance.</P> 2024-08-27T18:55:50.412000+02:00 https://community.sap.com/t5/technology-q-a/do-i-need-a-test-double-for-me-method-call-in-method-under-test/qaq-p/13809260 do I need a test double for 'me' method call in method under test? 2024-08-27T22:29:58.833000+02:00 sh4il3sh https://community.sap.com/t5/user/viewprofilepage/user-id/15571 <P>Hi,<BR />I have a method for which I am writing ABAP Unit test:</P><P>&nbsp;</P><pre class="lia-code-sample language-abap"><code>METHOD do_sth. "Below method call sets a global attribute value me-&gt;get_facet( ). "Below method call returns internal table lt_catlog = me-&gt;build_catalog( ). **other code in method** ENDMETHOD.</code></pre><P>&nbsp;</P><P>do I need to mock the above two method calls as well?&nbsp;how can I achieve this?<BR />I think get_facet( ) and build_catalog( ) calls need mocking. Moreover I have already written test for these two methods individually.</P> 2024-08-27T22:29:58.833000+02:00 https://community.sap.com/t5/technology-q-a/how-can-i-prevent-the-quot-delete-quot-key-from-being-deleted-from-the-alv/qaq-p/13809470 How can I prevent the "delete" key from being deleted from the alv? 2024-08-28T08:06:56.253000+02:00 yalcin_mete https://community.sap.com/t5/user/viewprofilepage/user-id/871979 <P>Hi Masters,<BR /><BR />When the user presses the "delete" key from the keyboard, they can delete the row in the alv. I want to prevent this. My "Satır Sil" button does this task and should do this with the "Satir Sil" button.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yalcin_mete_0-1724825030376.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/158679i292446F4F9B749B7/image-size/medium?v=v2&amp;px=400" role="button" title="yalcin_mete_0-1724825030376.png" alt="yalcin_mete_0-1724825030376.png" /></span><BR /><BR /><BR />How can I prevent the "delete" key from being deleted from the alv?<BR /><BR />Thanks<BR /><BR /><BR /></P><P>&nbsp;</P> 2024-08-28T08:06:56.253000+02:00 https://community.sap.com/t5/technology-q-a/get-segw-project-from-v4-odata-service-api-warehouse-resource/qaq-p/13810192 Get SEGW project from V4 Odata service - API_WAREHOUSE_RESOURCE 2024-08-28T16:04:38.970000+02:00 Snehal_EWM https://community.sap.com/t5/user/viewprofilepage/user-id/1406817 <P>Hi All,</P><P>I tried looking on SCN and most of the threads mention table&nbsp;/IWBEP/I_SBD_SV and&nbsp;<SPAN>/IWBEP/I_SBO_ET but I could not find the details. I also tried serching in SEGW using patterns but no luck.</SPAN></P><P>Could you please let me know how can we get SEGW project from V4 Odata service -<STRONG>&nbsp;API_WAREHOUSE_RESOURCE</STRONG></P><P>Thanks !!</P> 2024-08-28T16:04:38.970000+02:00 https://community.sap.com/t5/technology-q-a/how-to-parse-an-employee-central-odata-into-abap-table/qaq-p/13810435 How to parse an Employee Central ODATA into ABAP table 2024-08-28T23:15:40.272000+02:00 kmoore007 https://community.sap.com/t5/user/viewprofilepage/user-id/46052 <P>I can retrieve a SuccessFactors Employee Central ODATA file, for example ODATA&nbsp;<!-- StartFragment --><SPAN>BenefitEnrollment, using an ABAP program.&nbsp; But I'm unsure about how to parse the data into an internal table with the retrieved data columns and values.&nbsp; Does someone have an example ABAP program on how to achieve this?</SPAN></P><P><SPAN>Thanks,</SPAN></P><P><SPAN>Kenneth</SPAN></P> 2024-08-28T23:15:40.272000+02:00 https://community.sap.com/t5/technology-q-a/st05-error-quot-for-sql-statements-with-an-itab-the-planviz-is-not/qaq-p/13810785 ST05 Error "For SQL Statements with an ITAB, the Planviz is not supported" 2024-08-29T09:48:53.811000+02:00 Princejoshizal https://community.sap.com/t5/user/viewprofilepage/user-id/1623528 <P>Hi All,<BR />We wanted to analyze the performance of below select query and we are on S4HANA OP2020 system.</P><pre class="lia-code-sample language-abap"><code>SELECT a~matnr, a~bwkey, a~bwtar, a~lbkum, a~salk3, a~verpr, a~zkprs, a~timestamp FROM mbew AS a WHERE EXISTS ( SELECT matnr, werks FROM <a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638">@LT</a>_material AS b WHERE matnr = a~matnr ) AND bwkey IN <a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638">@LT</a>_t001w_rg AND bwtar IN <a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638">@LT</a>_bwtar INTO TABLE <a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1407137">@DATA</a>(lt_mbew_tabn5).</code></pre><P>We captured ST05 trace for above SELECT query also and when we are trying to download the plan viz file it gives error like <STRONG>"For SQL Statements with an ITAB, the Planviz is not supported"</STRONG>(PFB screenshot)<STRONG>.<BR /><BR /></STRONG>It is happening because we are using&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638">@LT</a>_material internal table in subquery.We also tried with innerjoin to&nbsp;<a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638">@LT</a>_material and it give same error.&nbsp; So how in such cases we can get planviz file?&nbsp;<STRONG><BR /></STRONG>Any suggestions?<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Princejoshizal_0-1724917188945.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/159255i5D4220109BB7BA8A/image-size/medium?v=v2&amp;px=400" role="button" title="Princejoshizal_0-1724917188945.png" alt="Princejoshizal_0-1724917188945.png" /></span></P><P>&nbsp;</P><P><BR /><BR />Regards,<BR />Prince</P> 2024-08-29T09:48:53.811000+02:00 https://community.sap.com/t5/technology-q-a/how-to-fetch-serial-number-in-vl02n/qaq-p/13810943 how to fetch serial number in vl02n 2024-08-29T11:24:02.194000+02:00 abraham_H https://community.sap.com/t5/user/viewprofilepage/user-id/1478977 <P>hi experts.</P><P><SPAN>In VL02N, you can assign a serial number in the extra —&gt; serial number field. If someone writes a new serial number, it’s assigned to that material in that outbound. I want to fetch that and check it. How can I do that? I have tried many ways, but I can’t fetch that specific serial number under the save or PGI button for the first time.</SPAN></P><P><SPAN>it have to save for the first time then i can fetch it , but i want it before save for the first time.</SPAN></P> 2024-08-29T11:24:02.194000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/payment-terms-returns-to-0000-after-pressing-enter-in-fb01/qaq-p/13810954 Payment terms returns to 0000 after pressing Enter in FB01 2024-08-29T11:32:00.198000+02:00 walkerist https://community.sap.com/t5/user/viewprofilepage/user-id/798835 <P>&nbsp;</P><P>I'm having issues in FB01. I tried to enter the payment terms 0101 but after pressing enter, it will return to 0000. How do I debug it?</P> 2024-08-29T11:32:00.198000+02:00 https://community.sap.com/t5/technology-q-a/abap-cds-extractor-on-nsdm-e-mchbh-replacement-of-mchbh-in-not-getting/qaq-p/13811192 ABAP CDS extractor on NSDM_E_MCHBH (replacement of MCHBH) in not getting delta in Datasphere 2024-08-29T14:32:39.894000+02:00 vinaylohakare https://community.sap.com/t5/user/viewprofilepage/user-id/853782 <P>Hello Experts,</P><P>We have created a ABAP CDS delta extractor on&nbsp;NSDM_E_MCHBH (replacement of MCHBH) using CDC. SAP recommends to use replacement if available. When the extractor is used in DataSphere Replication flow, the delta load is failing.&nbsp;</P><P>Error - CDS view is Inconsistent and Definition of the view is too complex for automatic CDC</P><P>Note - We are getting warning "Definition of view is too complex for automatic CDS" and "Data extraction of CDS entity not possible" in ABAP perspective. We ignored the warning as it was for other extractor's as well and they are fine.</P><P>Note , even extractor on MCHBH we faced the same issue.</P><P>Please let me know how we can get delta from table MCHBH using ABAP CDS view extractor.</P><P>Thanks,</P> 2024-08-29T14:32:39.894000+02:00 https://community.sap.com/t5/technology-q-a/show-user-name-in-material-change-log/qaq-p/13811603 show user name in material change log 2024-08-29T20:42:09.283000+02:00 Mike2024 https://community.sap.com/t5/user/viewprofilepage/user-id/1430030 <P>in mm03, we can see who changed the material (mm03-&gt;environment menu-&gt;display changes). it's a user id there. How can I display user name in the alv report? what way should I use to enhance?</P><P>Thanks</P><P>&nbsp;</P> 2024-08-29T20:42:09.283000+02:00 https://community.sap.com/t5/technology-q-a/pick-value-from-segments-based-on-qualifier-in-aif/qaq-p/13811627 Pick value from segments based on qualifier in AIF 2024-08-29T22:03:18.768000+02:00 prashant_s https://community.sap.com/t5/user/viewprofilepage/user-id/891401 <P>Hello,<BR />I have to update index table for AIF.<BR />In my case I have multiple(4 records) values in same segments and it is updating index table with 1st segment only. But I want to pick value for 3rd record (0080293).</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prashant_s_0-1724960980479.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/159658i40F4877D1C3137CE/image-size/medium?v=v2&amp;px=400" role="button" title="prashant_s_0-1724960980479.png" alt="prashant_s_0-1724960980479.png" /></span></P><P>I have implemented a note&nbsp;<SPAN><SPAN class="">3416275 and</SPAN></SPAN>&nbsp;maintained it as below.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prashant_s_1-1724961064718.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/159659i1B32F2DD85D0EEAC/image-size/medium?v=v2&amp;px=400" role="button" title="prashant_s_1-1724961064718.png" alt="prashant_s_1-1724961064718.png" /></span></P><P>Here, I want to update index table with sales organization for qualifier '008' which is at 3rd place.<BR />Could you please guide and help here.<BR />Thanks in advance !</P> 2024-08-29T22:03:18.768000+02:00 https://community.sap.com/t5/technology-q-a/code-completion-not-working-in-eclipse-for-cds-built-in-functions/qaq-p/13811895 Code completion not working in Eclipse for CDS Built-in functions 2024-08-30T08:09:03.805000+02:00 Arun_Prabhu_K https://community.sap.com/t5/user/viewprofilepage/user-id/184559 <P>Hi. Good day. When using CDS built-in functions like decimal_shift, unit_conversion etc., code completion is not working in Eclipse. I tried selecting the signature by mouse click and also by Shift + Enter.&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="karun_prabhu_0-1724998038893.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/159793iCDD3849E2E3390B3/image-size/medium?v=v2&amp;px=400" role="button" title="karun_prabhu_0-1724998038893.png" alt="karun_prabhu_0-1724998038893.png" /></span></P><P>&nbsp;</P> 2024-08-30T08:09:03.805000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/email-for-contact-person-list-uibb/qaq-p/13812589 Email for Contact Person list uibb 2024-08-30T19:37:30.048000+02:00 karthik_subramanian https://community.sap.com/t5/user/viewprofilepage/user-id/1556233 <P>Hi Experts,</P><P>We have a scenario as below and request to guide me on the same.</P><P>User is trying to create the CR for the MDG-C.</P><P>We have custom list uibb for contact person inturn it is allowed to feed the details in the form uibb.</P><P>In the form uibb, we add the email id and when we navigate to list uibb, the email id value disappears.</P><P>Request to guide me on the same.</P><P>Option tried as below.</P><P>1. We have checked the feeder class of the list uibb IF_FPM_GUIBB_LIST~GET_DATA, email flows in the CT_DATA but not appearing in the list uibb</P><P>Attached the screens for form and list uibb, request to guide me on the same. Thanks.</P><P>2. We have checked the value of&nbsp;<!-- StartFragment --><SPAN>ev_data_changed</SPAN>&nbsp; which is true.</P><P>3. Feeder class is created on top of super class CL_BS_BP_GUIBB_RELATIONS</P><P>form uibb :</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="karthik_subramanian_0-1725039400649.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/160071i31491582FCAC09CB/image-size/medium?v=v2&amp;px=400" role="button" title="karthik_subramanian_0-1725039400649.png" alt="karthik_subramanian_0-1725039400649.png" /></span></P><P>list uibb :</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="karthik_subramanian_1-1725039429370.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/160072iADAB74596C80B3E9/image-size/medium?v=v2&amp;px=400" role="button" title="karthik_subramanian_1-1725039429370.png" alt="karthik_subramanian_1-1725039429370.png" /></span></P><P>&nbsp;</P><P>Regards,</P><P>Karthik S</P><P>&nbsp;</P> 2024-08-30T19:37:30.048000+02:00