Custom field in 'Notes and Attachment" tab of shopping cart

Hi All,
I am working in SRM 7.0 classic scenario and i have requirement in which i need to add custom field in 'Notes and Attachment" tab of the shopping cart portal.
I have added those fields in structure --- INCL_EEW_PD_ITEM_CSF and INCL_EEW_PD_ITEM_CSF_SC.
Also implemented the BBP_DOC_CHANGE_BADI in while i am populating the custom field value.
I have created custom field as INPUT FIELD in webdynpro component /SAPSRM/WDC_DODC_NA and view : V_DODC_MAIN_VIEW.
Now I can see the custom field value in table BBP_PDISC, but i am not getting the value in Shopping cart "Notes and Attachments" tab.( I am able to see the field but not the value of it).
The value is getting populated in ITEM DATA tab instead.
Please suggest if i am missing anything in the process and how to achieve this.
Thank you in advance.
Thanks,
Satheesh

Hi,
You have done everything.. well.. except that you did not set the attribute of the input field to this value.
When you have value u just need to bind it using set_attribute method of the element.
Use  ctr+f7 to generate the wizard .. select in set mode.. click on context and select the attribute that you have created in the context.
Hope this helps.
Regards,
Vinay

Similar Messages

  • Afwijzinqstekst field in "Notes And Attachments" tab for PO

    Hi Gurus,
    In the PO screens under the "Notes And Attachments" (Item Details) tab their is one text field as "Afwijzinqstekst". How to maintain it in English.
    Thanks in advance.
    ~Abhay.

    Hi
    Seems there is some issue in Languages in your landscape. Look for an OSS note on this issue, sometimes it happens that languages gives you hard time even if you are logged in in English
    Regards
    VIrender Singh

  • Custom field display as a checkbox in SRM - Shopping Cart

    Hi Friends,
    I added a new field on SRM Screen.
    Field details are as follows
    Field Name : ZZPCARD_ORDER
    Domain     : char_x (<b>Checkbox</b>)
    When I see BASIC DATA screen on Shopping Cart, I am getting this field as a simple character field but <b>NOT</b> as a <b>CHECKBOX</b>. Can anyone help me to display this as CHECKBOX ? FYI,I have tried with different data elements / domain available as checkbox. Customer fields are displayed dynamically in subscreen so it is bit difficult to find field attributes.
    Thanks and Warm Regards.
    Pras Durafe

    Hi
    Pls refer to the following thread for more details
    Custom fields not display in SRM5.5 Basic Data Frame
    Hope it helps.
    Pls reward suitable points.
    Regards
    - Atul

  • How to make the text fields as mandatory (in 'notes and attachment' tab)?

    Hi,
    We have defined some Fixed Values for texts under IMG>SRM>SRM Server>Cross Application Basic Settings>Text Schema>Define Fixed Values for Texts, for a certain transaction type of RFx responses for a text schema.
    Because of this, the bidder can choose one of these fixed values for texts. This is perfectly working fine.
    Now the question is, we want to make the texts fields as mandatory. i.e. The bidder should not be able to submit the responses if certain texts are blank.
    Is there be any BadI for this?
    GH

    You can use BBP_DOC_CHECK_Badi for this field validation using a filter value RFx/Bid (I ont remember exact word).
    Regards,
    Jagadish.

  • Customer fields do not display in cProj 4.5

    Hello,
    I am trying to customize customer fields with the 'Define Field Groups for Customer Fields' IMG activity
    I am using following steps to do this:
    1. Enhance database tables for customer fields
    2. Create field groups for customer fields
    3. Assign customer fields for fields groups
    4. Define fields groups per project type
    5. Save and open cProjects
    But when I start the application only the main tab and sub tabs can be seen. Other customer fields are not seen.
    Does someone has an idea what is going wrong with it and where I can start searching the problem?
    Thx, Vanessa

    Hello Vanessa,
    there is one more step that needs to be done in the customizing:
    You have to set up a field control for your customer fields (IMG activity 'Set Up Field Control'). Here you define the conditions when these fields are displayed, hidden etc...
    If you have no field control, these fields will be always hidden.
    Please do not change the standard field control 0SAP but rather copy it to your own and adapt it according to your needs. Please refer also to the available IMG documentation.
    Afterwards, this field control needs to be assigned to your project type (IMG 'Define Project Types').
    Regards,
    Silvia

  • Custom fields values not saved in AUFK using bapi_alm_order_maintain

    Hi ,
        We have a requirement where we have to update the custom fields in enhancement tab of IW31 using bapi_alm_order_maintain.
    We are able to get the successful creation of work order ,but the custom fields are not updated in enhancement tab aswell in aufk table. We are passing values in below table of bapi.
    EXTENSION_IN
                STRUCTURE           =  CI_AUFK
                VALUEPART1        =  '20091223' .
    Please provide the solution.

    Hi Phani,
    May be these links are helpful:
    BAPI extention to work order aiming AUFK custom field filling
    Update custom fields in MARA (BAPI_MATERIAL_SAVEDATA)
    Also search sdn using the BAPI function module, you may get some idea.
    Regards,
    Swarna Munukoti

  • Passing Custom fields to Req and PO

    Hi,
    We are on SRM 5.0 and ECC 5.0.We are using the classic scenario .I am trying to transfer the catalog ID from SRM shopping cart to R3 Req .There are number of threads in this forum that describe the procedure, which i understand.
    But now if the Req is converted to PO in R3 either manually or auto, does the custom fields also get transferred automatically ,if i maintain the same custom fields in CI_EKPODB & CI_EKPODBX? or is there anything else i need to do.
    Thanks
    Raghu

    Hi
    Besides BBP_CUFMAP, you have to of course :
    - create the same Zdata element datain ECC as you have done it in SRM.
    - maintain CI_EKPODB with append of your Zdata element
    - create CI_EKPODBX and activate it !
    Then you will be able to sea your Zdata element (or CUF) in the EKPO table.
    You don't need to use BBP_PO_INBOUND !
    Re: Update Custom Fields in PO - BBP_ECS_PO_OUT_BADI
    Re: Mapping fields in SRM with R/3
    <u>Also, Please refer to SAP OSS Notes 672960 and 485891.</u>
    <b>The BADIs in SRM which can used in this case, using transaction SE18 are </b>
    <u>BBP_TARGET_OBJECTS</u>
    <u>BBP_TARGET_OBJTYPE</u>
    <b><u>In SRM Customization</u></b>
    In the following step : " Go to SRM --> SRM Server --> Cross Application Settings --> Define Objects in Backend System --> go to external procurement and select the function from the drop down box", it says "purchase order if item data is complete, otherwise Purchase Requsition.
    <b>Related links for source code and other configuration -></b>
    R3 field is not populated????
    implementation of BADI BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI
    Custom field values are not being transfered to the backend system
    Re: custom field values not passed to R/3
    Do let me know, incase you face any issues.
    Regards
    - Atul

  • Adding Custom fields to SRM Item Data tab & Account Assignment Tab

    Hi Everyone,
    We have got a small requirement to add 2 custom fields in SRM Shopping cart.
    Need to add a input field, which should act just like Requisitioner in ECC. ( F4 help ).This will allow to create shopping cart on behalf of some one.
    Need to add input field, which resembles Goods Recipient in ECC ( Free text)
    After adding custom fields, how do i ensure that, it's mapped to right field in ECC.I spent much browsing SRM forum, but couldn't gather much information. I understood that, this involves configuration in SPRO.
    Any information or help in any kind would be really helpful.
    Thanks in advance.
    Vishnu

    Hi Vishnu,
    Take look at this link.
    Add custom field to SC and POWL
    Thanks
    Senthil

  • Can not add item to the shopping Cart with FireFox 8.0

    I can not add items to the shopping cart with Firefox 8.0. Switch to IE everything works then.

    Such details are stored in a cookie, so make sure that you do not block cookies on that site.
    *Tools > Page Info > Permissions
    You can inspect and manage the permissions for all domains on the <b>about:permissions</b> page via the location bar.
    *http://kb.mozillazine.org/Cookies
    *http://kb.mozillazine.org/Websites_report_cookies_are_disabled

  • Need information regarding Approver and approved date of Shopping Carts

    Dear All,
    We have got a requiremrnt to extract a list approvers and approved dates of shopping carts created for a given department and date range.
    Is there any standard way to find that?
    If we need to create a Z report please let us know the tables invovled.
    Thank you.
    Regards
    Arindam

    Hi
    Each approval step in SRM has got a work item guid and its relevant data stored in few Data tables. You may build a custom report to meet your requirements.
    Refer to this post for more details:
    Re: SRM table which stored shopping cart approval start and end time
    Regards
    Virender Singh

  • What is the difference between Commitment, assigned, actual and available in the shopping cart process

    What is the difference between Commitment, assigned, actual and available in the shopping cart process? Also what are the different commitment stages?

    Hi Tejas,
    Is these terms related to WBS Budget ?
    If yes, then they are just general terms FI use in WBS.
    Actual : Actual budget assigned to WBS
    Assigned : Budget consumed after SC is approved and PO is created
    Committed : Budgete assigned to a SC or PR (PO not created)
    Available : Available budget (Actual - Assigned - Committed)
    Best Regards,
    Anil

  • Custom Field in KOMKCV and KOMPCV are not recongnized while Account Determi

    Hi All,
    I want to do account determination in Billing based on two fields in Sales Order.  One is Order Reason at Item ( Custom Field) and other is Sales Document Type (AUART).
    I have added two custom fields (ZZAUGRU_ITEM and ZZAUART) in Account Determination Communication Structure KOMKCV and KOMPCV. I am also populating these fileds through User Exits USEREXIT_ACCOUNT_PREP_KOMKCV and USEREXIT_ACCOUNT_PREP_KOMPCV in Billing.  But when I see Account Determination Analysis I see Yello Exclaimatory marks for these two custom field. Eventhough these two fields are populated in KOMKCV and KOMPCV structures I get the error "Access KOFI not carried out (initialized field)"  for these two fields.  Account Determination configuration and all require technical coding ( user exit upodate) are in place.  I have also update access with selecting fields from field catalog inside access sequence and saved. But I am not able to determine G/L based on this access.  In debug mode I am able to see my two ZZ fields populated in KOMKCV and KOMPV.   But there is some issue in this area somehow access is not able to recognize fields KOMKCV-ZZAUART and KOMPCV-ZZAUGRU_ITEM.
    Kindly suggest if I have missed anything.

    Hi,
    Please follow the below mentioned step:
    Go to IMG SD --> Basic Functions --> Account Assignment / Costing --> Define Access Sequence and Account Determination --> Maintain access sequence for account determination.
    check on KOFI and select the access sequence and check whether the required table entries are maintained. Select the required one and again double click on fields. Check whether all the fields are flowing or not.
    Hope this will help you to resolve your issue.
    Regards,
    Krishna O

  • Customer fields do not display in Define Field Groups for Cust. Fields IMG

    I am customizing to display cusotmer fields in cporjects IMG actviity 'Define Field Groups for Customer Fields'.
    I am able to see the main tab in object category and multiple sub tabs in it. However customer fields that have been added by Enhance database tables in DPO are not shown or visible in the sub tabs.
    Am I missing any config? Please let me know.
    Senthil

    Hi Senthil,
    If you can see the tabs and not the fields, pl check if you have covered field control for these newly created custom fields.
    To have field control for these fields, you will have to copy the standard SAP provided field control, include the structure that has you custom fields and give it authorizations etc as per your requirement.
    Pl read carefully the documentation provided with field control.
    Refer note 947963 - Setting up field control
    Regards,
    Reema.

  • Custom fields on shipping notification (ASN) tab in PO.

    Hello Guys,
    We are on SRM_SERVER 550 service pack SAPKIBKT07.
    We would like to add custom fields on the shipping notification (ASN) tab in PO.
    To do so we had gone through the OSS Note: Note 672960 - User-defined fields 2.
    But couldnt find the structure in which the custom fields can be added. More over we are not running on SUS.
    Currently we are creating ASN through XI interface. Using Sproxy We had called the function module BBP_DDN_UPDATE to create the ASN.
    Do let us know if any details are needed.
    Appreciate your help.
    Thanks,
    Rama

    Hi Rama
    Please check this out
    You can add custom fields in a separate tab in header using the below 2 BADIs.
    1. ME_GUI_PO_CUST
    2. ME_PROCESS_PO_CUST
    For above BADI's create screen ...and assign the screen group and screen no for that implementation....
    Please take help of Good Technical ABAP resource
    Below example may not be directly relevant but you can work on this guidelines
    SPRO u2013 SAP Reference IMG --- Logistics General --- Basic partner u2013 customers -- Control u2013 Adaption of customers own masters data element u2013 prepare modification of customer free enhancement of customer master record
    1)Screen group description
    zs creating badi --- (save)
    click on (label tab pages) u2013 new entries
    number u2013 10 , function code u2013 zs10 , description u2013 func ---(save) u2013(back)
    2)select (FM_CUSTOMER_ADD) u2013 copy
    Implementation name u2013 ZAS
    (desc u2013 impl for cust) u2013 (save)
    interfaceu2014(check_add_on_active) double click on it
    3)the above screen appear -- write the code in it u2013 (save) --- (activate) u2013 (back) u2013 (save)
    -- (activate) u2013 (back)
    Business adds in customer sub screens
    4)select (FM_CUSTOMER_ADD) u2013 copy
    Implementation name u2013 ZAS1
    (description -- cust) u2013 in attribute u2013 (give screen group name)
    5)go to interfaces (GET_TAXI_SCREEN) double click on it
    (save) --- (activate)
    6)(SAVE) --
    Goto SE38 -- CREATE PROGRAM WITH NAME (ZQW) type module pool
    Goto SE51 -- Prog : ZQW
    Screen : 200 (Create)
    Goto layout u2013 design the screen
    7)save u2013 activate
    then goto transaction : va02
    For User Exit's
    goto to tcode->status->program name->double click on that,
    then goto to-> attribute take the package name and
    Goto SMOD tcode ->Utilities->give the package name and F8
    then a list of exits will display for that tcode as well as that package.
    u can check the table MODSAP
    u can check the table MODACT
    For BADI's,
    1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE
    keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'
    then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.
    2)Goto to tcode->status->program name->double click on that program will display's
    then press crtl+F then cl_exithandler

  • Regarding Adding Custom Fields to VTTK and VT01n transaction.

    Hi,
    We need to add few custom fields to Shipment header table VTTK.
    Also, these fields should be reflected in 'Additional Data' tab of transaction VT01n/VT02n for editing and should be available for display in VT03n.
    If anyone has done this, please provide the approach.
    Thanks,
    Arshad

    Hi Arshad,
    The fields suppl.1 to suppl.4 and Addit.text 1 to Addit.text 4 are the reserve fields available in additional data tab of shipment.
    If those fields are not being used already, u can utilise those fields for your purpose. Please check the documentation for the fields ADD01 to ADD04 and TEXT1 to TEXT4 in VTTK table.
    The description of the fields can be modified from CMOD transaction.
    Regards,
    Poornima

Maybe you are looking for