<?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>topic How to add Custom fields in /OPT/VIM_WP  tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-custom-fields-in-opt-vim-wp-tcode/m-p/12397871#M1995349</link>
    <description>&lt;P&gt;How to add Custom fields in /OPT/VIM_WP tcode&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 12:23:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2021-05-10T12:23:06Z</dc:date>
    <item>
      <title>How to add Custom fields in /OPT/VIM_WP  tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-custom-fields-in-opt-vim-wp-tcode/m-p/12397871#M1995349</link>
      <description>&lt;P&gt;How to add Custom fields in /OPT/VIM_WP tcode&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 12:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-custom-fields-in-opt-vim-wp-tcode/m-p/12397871#M1995349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2021-05-10T12:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Custom fields in /OPT/VIM_WP  tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-custom-fields-in-opt-vim-wp-tcode/m-p/12397872#M1995350</link>
      <description>&lt;P&gt;Hi
Ashita, how are you? so I just now saw your post.&lt;/P&gt;

&lt;P&gt;If you or another person needs to know
how to add new field in /OPT/VIM_WP follow the steps below.&lt;/P&gt;

&lt;P&gt;1 - go to /N/OPT/SPRO -&amp;gt; Cross
Component Configuration-&amp;gt;VIM Workplace-&amp;gt;Maintain Customizing Profiles&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089967-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;2 - Mark the profile that you are using
or DEFAULT if you use the DEFAULT profile&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089968-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;3 - Choose Output Field List Settings
and New Field, I recommend that you use as copy from another field alredy
created.&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089969-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;4 - Make sure that the field have all
settings as you like, for example if is a HiperLink, if is a Icon, Checkbox, if
is just a data that you wanna show.&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089970-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;I this example we create a None Out
Style.&lt;/P&gt;

&lt;P&gt;and the settings was&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089971-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;5 - Create this Z Exit as copy from
/OPT/C_PMC_EXIT_FLD_STAT_BULK if your field is a CUSTOM_FIELD0, or any other
CUSTOM_FIELDX, if is a Z field, the lable will catch from Data Element&lt;/P&gt;

&lt;P&gt;This z function is for create Lable.&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089972-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;6 - Now the field must be added in the
structure /OPT/CPMC_OUTPUT_PROCESS_ST&lt;/P&gt;

&lt;P&gt;Recommend to create a new Z structure
with the Z field or Any field that do have in the structure and append in this
/OPT/CPMC_OUTPUT_PROCESS_ST&lt;/P&gt;

&lt;P&gt;7 - In this point the Field will be
available in the INBOX tab in /OPT/VIM_WP, Now for retrive the value in this
structure, there are one Point of an ENHANCEMENT ZVIM_EH_GET_DATA_WP&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089973-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;In the View /opt/cpmc_rg01_v, you just
have to add this new Z Field or the field that dont have.&lt;/P&gt;

&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089974-image.png" /&gt;&lt;/P&gt;

&lt;P&gt;With this, the field will be filled in
automaticaly from this View.&lt;/P&gt;

&lt;P&gt;Tkxs.&lt;/P&gt;

&lt;P&gt;LF.&lt;/P&gt;

&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 23:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-add-custom-fields-in-opt-vim-wp-tcode/m-p/12397872#M1995350</guid>
      <dc:creator>laessio_freire</dc:creator>
      <dc:date>2022-09-07T23:58:32Z</dc:date>
    </item>
  </channel>
</rss>

