Can I fullfill from BADI customer fields that appear at item overview ?

Hi,
I can see that in SAPLBBP_SC_UI_ITS 120 (item overview) I have fields CUST1...CUST5.  called in runtime GT_SCR_ITMOVR_I-CUST1....
I have tried to show content using a screen variant, but I haven't achieved. I think that is working but this field doesn't have value although I have customer fields at position level in the shopping cart. Even I have tried to call one of my customer fields CUST1 but without result
Is possible to fullfill this content from BADI, without standar modification
Best regards

Hi,
Data in custom fields can be filled using BADI BBP_DOC_CHANGE_BADI.
In this BADI you can place your own logic to fill data in these fields.
After BADI implementation data will appear in these fields.
Hope this will solve your problem.
Regards,
Brajvir

Similar Messages

  • Add custom fields in VL02N under Item overview tab

    Hi,
    In VL02N, I need to add two input fields under the tab "Item Overview"...
    I found the BADI  LE_SHP_TAB_CUST_ITEM but it is for adding a new tab i guess....
    Is there any way to add fields under item overview only ??

    Hi,
    find the enhancements for those transactions by using SE24 or  goto transaction > choose status option> find program name--> enter program name in SE38 --> goto attributes and find the package --> then goto SE84  give the  package name in the enhancements.
    If u want to add the custom field  in the perticular tab -> goto that perticular screen> click on status button> find the program name and screen no:> go for SE51 give tha deatils and find the enhancement .
    Thanks,

  • Adobe InDesign CC 2014 Custom Panel Built With Extension Builder - Problem: Can't tab from one entry field to the next; Hitting tab instead hides all palettes; Is there a fix? This didn't happen in Adobe Indesign CC

    Adobe InDesign CC 2014 Custom Panel Built With Extension Builder - Problem: Can't tab from one entry field to the next; Hitting tab instead hides all palettes; Is there a fix? This didn't happen in Adobe Indesign CC

    This is planned to be fixed in the next release.

  • How to get content of custom fields that were created via the EEWB for CIC?

    Hi
    Can anyone tell me how to get the content of custom fields that were created via the EEWB for CIC? This is required at a time when the data has not been written to the database.
    I would like to know how to read this data in the CRM_APPOINTMENT_MERGE method of CRM_APPOINTMENT_BADI.
    Thanks

    Hi Michael,
    I have a requirement to replicate custom setype data created for CRM sales order to R/3 sales order.These fields have been created at item level.
    Do you know the set of steps to achieve the same.
    Any help would be appreciated.
    Thanks,
    Chamu

  • I received and email from Apple Customer Support that my Id has been stolen and that I am to sign into the link provided and update by changing password. I am not certain that the email came from Apple.

    I received and email from Apple Customer Support that my Id has been stolen and that I am to sign into the link provided and update by changing password. I am not certain that the email came from Apple.

    It did not come from Apple. Do not click on the link and do not supply your password. It is a scam. You can report the phishing email to Apple here:
    Phishing & Other Suspicious Emails
    Once you have done so, delete it.
    Cheers,
    GB

  • I've got a wireless network with one iMac and a Vista PC, on the Vista PC is through USB a printer connected. How can i print from my iMac to that particular printer ?

    I've got a wireless network with one iMac and a Vista PC, on the Vista PC is through USB a printer connected. How can i print from my iMac to that particular printer ?

    You need to turn on Printer Sharing on both the PC and OS X. I can't help you on Vista but in OS X it's System Preferences - Sharing - check the Printer Sharing box.

  • I have an iPod Classic. I think it is a 5th generation. I would like to know if I can download games from the App store that say they are for iPads, iPhones, and iPod Touch. Will these work on my iPod Classic?

    I have an iPod Classic. I think it is a 5th generation. I would like to know if I can download games from the App store that say they are for iPads, iPhones, and iPod Touch. Will these work on my iPod Classic?

    No, they won't.
    (58155)

  • To change a field to edit ,which is in customer fields tab of an item in crmd_order transaction.

    Hi All,
    My requirement is to change a "field to edit" which is in "customer fields tab" of an item in "crmd_order" transaction.
    Please find the screen shot.
    Please help me with this issue

    Use easy enhancement workbench
    The Easy Enhancement Workbench is a development tool with which SAP applications (called Business Objects in the following document) can be extended in a simple manner.
    Customer enhancements to a Business Object are defined via wizards. The Workbench then does all development work for the user; databank tables, screens and application logic are created automatically. Finally the customer enhancement is included in the SAP standard.
    This also allows users without ABAP knowledge the simple possibility of extending the SAP standard.
    An extension created using the Easy Enhancement Workbench does not differ technically from one created manually. In both cases transportable ABAP objects are created and the same Customer Exits, Business Transaction Events or BAdIs are implemented
    You need to use EEWB feature to achieve the same.
    Tutorial
    http://www.scribd.com/doc/6755615/Eewb-Steps
    http://help.sap.com/saphelp_crm50/helpdata/en/9f/a19c921f0911d6b1d500508b6b8b11/frameset.htm
    In addtion check this note
    Note 484597 - Customer enhancement of CRM applications
    a guide is attached to it for telling u steps
    Hope query is solved
    Regards
    Prakhar

  • Can't print from safari to hp 4620 appears to print but does not first to print from safari notes print no problem any suggestions?

    Can't print from safari to hp 4620 appears to print but does not first time i have attempted to print from safari , notes print fine no problems. It is like on a desktop my print is sitting in the queue there are error messages only the usual print dialogue. I've turned the printer off and back on with no luck any suggestions?

    That's very strange.  See if clearing the cache in Safari will make it work.  I'll include the steps below.  If that doesn't help, install a different browser, such as Opera, to see if that will print from pages that Safari won't.  If it will, then something is wrong with Safari.  If it doesn't print, then the web pages might have printing blocked.  There are sites that are doing that for copyright reasons.  Let me know what you find.
    To clear the cache on Safari:
    Open Settings.
    Select Safari
    Touch Clear Cache.
    Select Clear.
    Touch Clear Cookies.
    Select Clear.
    Touch Clear History.
    Select Clear.
    I am a printer tech for HP.

  • Grey out custom field in VA02 line item

    Hi,
    We have this custom field in sales line item which we want to grey out after billing is done. I tried many things but it didn't wrk. I wrote simple code w/o checking any billing condition like
             if screen-name = 'VBAP-ZZFIELD'.
                 screen-input = 0.
              endif.
             modify screen.
    but even this didn't wrk. Is there anything due to which the dynamic chging of screen fields attr has no effect ? Like if we set some attribute on screen field or ny thing else.
    Thx.

    You did put the code in MV45AFZZ include, form USEREXIT_FIELD_MODIFICATION?
    For example...
      if sy-tcode eq 'VA01' or
         sy-tcode eq 'VA02'.
      if sy-dynnr = my_screen_no.  "four digit screen no.
    loop at screen.
    case screen-name.
      when 'TABLE-FIELDNAME'   "exactly as it appears on that screen
        screen-input = '0'.
      modify screen.
    endcase.
    endloop.
    endif.
    endif.

  • How can I display, horizontaly the multi-fields that I programmed Content Query to pull into a subsite?

    Hello all
    Am using SP Online,
    After doing the step by step programing found on
    http://www.heathersolomon.com/blog/articles/customitemstyle.aspx
    I was able to pull from a contact list the apt #, last name and first name of a contact list onto a subsite. But the information displays' vertically
    Example
    709
    Smith
    John
    How can I get it to display horizontally?
    709 Smith John
    Thank You
    Pierre
    PS: for those who want to do the same, (as per many questions and blogs I have read) if you go to the link above, note that step 17 the original line of code and the one you would need is almost identical except you have to take out the forward slash
    after "string" see the correct line of code (as shown on the blog below) but I missed the minor difference which of course prevented the webpart to work properly.
    <property name="CommonViewFields" type="string">InternalColumnNameGoesHere,
    FieldType</property>
    pgg02

    Hello,
    the answer is in step 21 of Heather Solomon's tutorial:
    Wrap HTML around the tag to format the data.  
    Please note!! When the page renders the CQWP, the site grabs the Item Style for each line of data.  So we can't add a table and expect that each line of data will be in a row.  Instead we get a full table for each line of data. 
    Keep this in mind as you style the HTML around the data.
    You need to create the html structure and place your fields inside. To have the values show up in one row with spaces between them, place the three field calls in the same row, like
    <div><xsl:value-of select="@Field1" /> <xsl:value-of select="@Field2" /> <xsl:value-of
    select="@Field3" /></div>
    cheers, teylyn

  • Transferring data from one custom field to another

    Dear SAP gurus,
    I have requirement that we create custom field in Shopping Cart and PO, and when creating PO referring to the Shopping Cart the content of the custom field in SC need to be defaulted automatically in PO. For example I create SC 'A' and inputting 'X' in custom field in SC. When creating PO from SC, in the screen, the custom field in PO should be automatically populated by 'X'.
    Is there any way to accomodate this in SRM?
    Best regards,
    John

    Hello John,
    Did you give different field name for the custom field in SC and PO structure.
    If the field names are same then only it will automatically populate the value.
    Sc custom value is getting saved in Data base table check once.
    Regards,
    Neelima

  • SRM 7.0 Custom Fields for Shopping Cart Item

    Hi
    We are upgrading from SRM 4.0 to 7.0. Can you please help how to migrate the custom fields logic. We created fields in following shopping cart structure INCL_EEW_PD_ITEM_CST_SC and INCL_EEW_PD_ITEM_CST during upgrade. IncludesINCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF already have fields from SRM 4.0 Implementation. In SRM 4.0 BADI BBP_CUF_BADI_2 was used to populate values. In SRM 7.0 we tried to use Enhancement Spot /SAPSRM/BD_PDO_FIELD_EXTENSN that has BADI's /SAPSRM/BD_PDO_FE_FILL_HEADER and /SAPSRM/BD_PDO_FE_FILL_ITEM in it. During shop transaction these BADI's are not getting triggered. Is this the right way of populating data or do we need to use Webdynpro Enhancement concepts of custom views to populate custom fields .
    Thanks in Advance.

    I have the same problem that Dhivya Baskaran
    The window is:
    dynpro: / SAPSRM/WDCC_FPM_DO_SOCO_GAF_3
    Window: IV_L_FPC_GAF_CA
    View: V_AO_SOCO_GAF_3
    I need to add a customer field in the header and I know the parameterization it is for this screen
    anyone can help me?
    thank you very much

  • Add custom fields in ML81n line item level

    Hi All,
    We have a requirement to add custom field in ML81N. I have found an enhancement SRVDET and table CI_ESLLDB to add the custom field. But my problem is, I cant find the screen where can I add that custom field. Does anybody knows this?
    Appreciate your inputs.
    Thanks in advance.

    Dear,
    Below mentioned enhancment will create a new tab strip in the detail screen of service entry
    SRVDET              User screen on tab strip of service detail screen
    Create one project in CMOD, then assign the enhancement
    Calling screen  No.  Area     Called screen   No.  Short Text
    SAPLMLSP        0220 SUSCUSER SAPLXMLU        0299
    New field should be added in the include structure CI_ESLLDB
    Desgin these new fields in screen 0299 of program SAPLXMLU.
    Put your code in FM
    EXIT_SAPLMLSP_040              Transfer of Data to Detail User Screen
    EXIT_SAPLMLSP_041              Adoption of Data from User Screen
    Regards
    Dillip

  • Custom field in VA01 at item level in Additional Data B Tab

    Hi ,
    I have a requirement to add a custom field at item level in Additional Data B tab of VA01/VA02. We have to store the data in that field in the VBAP table also have to validate the data entered in the field when user hit save.
    Can any body tell me step by step procedure to do that.
    Appreciate your response.
    Thanks,
    Rohit

    Add append structure  ZAVBAP  in table VBAP in Tcode: SE11.
    In this structure include the new fields to be added to the screen.
    Then in Tcode : SE80
    take program: SAPMV45A
    take screen 8459  and add the new field.
    Also add the validation in the flow logic.

Maybe you are looking for

  • How to have 2 styles of links on a page?

    I have 2 separate navigation tables for a home page. I made each one as a "component" using Tables, 1 column with multiple rows. One has white type on a blue background, the other has blue type with a yellow background. I modified the link css for ea

  • Entry in VTSP table

    Hi, Does anyone knows why a shipment with a stage, would not result in an entry in the VTSP table? We have now 616 entries in the VTTK table, of which 43 did not result in an entry in the VTSP table. Our shipments will always go to 1 ship-to-party, (

  • How do I format a DVD copy for multi-zone or Zone 1?

    How do I format a DVD copy for multi-zone or Zone 1? Final Cut Pro X version 10.1.3 I have to send a DVD copy to a festival. They need it formatted for multi-zone or for Zone 1 (North America). How can I make sure it's formatted like that?

  • Can I split my operating systems?

    I read reviews about Lion, cautioning me about software compatible with 10.6 and below, but not 10.7.  With more positives than negative, I went with the upgrade.  Unfortunately, I now find myself at the loss of using my Canon EOS camera software whi

  • Oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER

    Hi , Iam triggering my bpel from java code. My BPEL PM is on server. This is my code String xmlInput = " <ns1:AarlmsDailyWeeklySubscriptionProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/AarlmsDailyWeeklySubscription\">" + " <ns1:input>" + frequen