Custom screen in BBP_CUF_BADI

Hi,
I know that this topic was discuss a million time on the forum, but I still didn't get how to put my customer fields in customer screen.
I append the structures as it's describe oss note 458591 and 672960 and use badi bbp_cuf_badi.
Everything is fine.
Now i want those fields to be display in a cutomer screen with its own template. So I create a function group where i add 2 function module: one for the put_data method and the second for the get_data method. I also create 2 screens in the Function group.
Now how I call thoses screens? simply by a "call screen" command?
thanks for the help,
joseph fryda
Message was edited by:
        joseph fryda

hola -
did you figure this out?  here is some other posts around this, but also the SAP documentation in SPRO for that BADI (depending on the release) is pretty good as well. 
Other Posts:
Custom screen
Using BBP_CUF_BADI to display custom screens
thanks for the other points earlier.
stirfry...today is 'chicken'

Similar Messages

  • Custom screen using BBP_CUF_BADI

    Hi,
    I am trying to call a custom screen using implementation of BADI, BBP_CUF_BADI.
    I have written the following code in the implementation of the PUT_DATA method.
    EV_REPID = 'Z_SCREEN'.
    EV_DYNNR = '8888'.
    The screen is not displayed. Also if you could tell me if the displayed screen will have the look and feel of GUI screen or the look and feel will be similar to the SRM screen in the web?
    Thanks,
    Mick

    Hi Yann,
    John is doing a call screen in code. But when you do that you start a different memory process. Also with the code that I have written in the badi
    EV_REPID = 'SAPLZCUST_SCREEN'.
    EV_DYNNR = '8888'
    the PBO of the screen gets executed but the screen is not displayed.
    Please help!!!!!
    Thanks,
    Mick

  • Using BBP_CUF_BADI to display custom screens

    I am using BBP_CUF_BADI to display my customer screen on the Shopping Cart Item Screen. How do I pass data to my custom screen? I would like to display my CUF fields, I would like the data from the standard fields on the Shopping Cart line item. Any help would be appreciated.

    Hi Jagathi,
    You'll name the FM as you want.
    The pupose of these 2 FM is to exchange data between the BADIs methods and the Function Group (with global data of the FG).
    The 1st FM is to be called from the PUT_DATA method of the BADI, to send data to the Function Group (FG global data): for example items and/or header and iv_mode, ...
    The 2nd FM is to be called from the GET_DATA method of the BADI to get the result of the subscreen (CUF changes).
    Hope you'll get it all.
    Vadim

  • Using BBP_CUF_BADI to display custom screen in bid Invitation

    Hello Everyone,
    I have a requirement of enhancing Process Bid Invitation,  adding customer fields.
    I hv added the fields but I want to change the layout of added customer screen.
    I tried to implement BBP_CUF_BADI, but it doesnt seem to work.It still shows the field one below the other.
    I hv also read notes 458591 and 672960.
    I would like to hv step by step instructions of steps to be followed.
    Thanks in advance for the help. Please revert ASAP.
    Regards,
    Kunal

    Hello, BBP_CUF_BADI is used to handle the vizualization of the customer fields, i.e. with BBP_CUF_BADI you can decide if you want a field to be displayed and if it has the read-only attribute, customer fields are displayed using a table control, the layout of the customer fields is rendered using a template that expands the line of the control table and map those fields with a name-value logic.
    If you want to customize the layout of the screen you will have to rewrite the templates contained in the internet service BBPCUF.
    Regards, Luciano.

  • BBP_CUF_BADI adding customer screen

    this, i hope is a very quick answer.
    the documentation says that i should add my template to the existing internet service for my new screen to be displayed.
    firstly, do i have to modify the SAP service and template within, to include the call to my custom screen
    secondly, do i have to publish my service as usual
    thanks
    glen

    Hi
    <u><b>
    1) No. Not applicable.
    Since SAP has already provided BBPCUF Service, which will take care of the subscreen you created in the SAP provided sub-screen area.
    2) Yes need to publish the Service once. Execute W3_PUBLISH_SERVICES Report for this service, once everthing is ready.</b></u>
    Hope this will help.
    Let me know incase you face any problems.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • Custom Screen doesn't display properly

    I am on SRM 5.5 and I have created a custom screen with a custom field in all the proper structures it's supposed to be in.  The screen has been generated into HTML and it has a service.  I am calling the screen in the BADI BBP_CUF_BADI.  The field is showing properly, but my problem is that my custom screen is not displaying where I expect.  If I generate the HTML template as a type classic, it doubles my fields when it displays and it shows them at the top of the header above all the other standard fields.
    If I create my HTML template as WEBGUI, it covers the entire Header section and displays partly at the top over the standard buttons on the screen and partly at the bottom after the last header field.  I presume the custom screen should display after the last header field.  Does anyone know why the screens behave differently when I generate the templates as Classic (shows twice) versus WEBGUI and does anyone know what I might be doing wrong?
    Points will be rewarded.
    Thanks,
    Marty

    Hi
    There seems like a bug in the SRM system...
    Have you created a bespoke service in this case ? Please give some more insights in next reply ?
    Meanwhile, go through the links which might help ->
    Contract Custom fields are not showing
    Re: New Tab in Bid Process Screen
    Re: New screen with table control information in Process Bid Invitation
    BBP_CUF_BADI_2
    Regards
    - Atul

  • Custom Screen in Shopping cart

    Hi Guys,
    I am currently trying to use the BADi BBP_CUF_BADI to get a custom screen in my Shopping Cart header.
    I created a new custom screen & followed all the steps required.
    I implemented the BADI & actiavted it. To my surprise the custom screen that i cretaed is visible in the carryout sourcing section (instead of the shopping cart section). That is not what i require. I suppouse this is beacuse of the settings that are made in the BADI.
      Under the subscreens tab of the BADI i have maintained the following values:
    Call Program     :  SAPLBBP_SC_UI_ITS
    Scr.No              :  140
    Subscreen area :   GC_SUB_COMPLETE_CUSTOMERFIELDS.
    Can anyone tell me what details are to be maitained, so that we can get the custom screen in  shopping cart section.

    Hi
    Pls refer to the following SAP OSS Notes -
    Note 825569 - Customer Field (CUF). Customer screens are not called
    Note 458591 - User-defined fields: Preparation and use
    Note 672960 - User-defined fields 2
    Note 812679 - BBP_CUF_BADI calls the incorrect template
    You should start with a training on web developement with Internet Transaction Server (ITS).
    ITS is emulating SAP GUI transaction into a web transaction.
    To do this you need:
    - the SAP GUI transaction, program, PBO, PAI...
    - the ITS templates
    For each SAP transaction, there is an ITS service.
    For each SAP dynpro, ITS requires an HTML template.
    So if you use the BADI to call your custom screen (a dynpro from program Z), you must also create the corresponding HTML template.
    If no template is provided, then ITS will use the webgui service to emulate the screen.
    Pls reward suitable points.
    Regards
    - Atul

  • Custom screen in the SRM 7.0 as tab or subscreen

    Hi experts,
    I am working on SRM 7.0 and in this version the BAdI BBP_CUF_BADI are no longer used. Then, i need to know how can i create custom screen as tab or subscreen ? All the threads said the way to do that with that badi, this is my problem.
    could any one help me, please?
    Best regards
    Manuel Juez

    Kiran,
    I do not receive the document yet. Please, can you send me this pdf?
    if you need more information, please tell me, if not just check my info in my business card. I would need this document to solve the problem, i am alone.
    Thanks a lot.
    Manuel
    Edited by: Manuel Juez on Nov 3, 2009 3:11 PM

  • Create custom screen in the SRM 7.0 as tab or subscreen

    Hi experts,
    I am working on SRM 7.0 and in this version the BAdI BBP_CUF_BADI are no longer used. Then, i need to know how can i create custom screen as tab or subscreen ? All the threads said the way to do that with that badi, this is my problem.
    could any one help me, please?
    Best regards
    Manuel Juez

    Take a look at
    http://scn.sap.com/community/srm/blog/2012/07/24/create-additional-data-tab-in-rfxresponsecontract

  • Comcast new customer screen after firmware update

    Every time I try to update my Airport Extreme's firmware, I get the Comcast new customer screen on my browser and can't access any pages other than that. I've had Comcast come out and they it is a problem with my router and not with them since I can surf the internet when my computer is hooked up directly to the modem. I've tried everything including resetting the Airport and cycling the power and nothing works. The only way I can continue to access the internet is when I upload the factory firmware version to the Airport. Has anyone had this problem before or have any suggestions on how to remedy this?

    yeah I recall that pain in the butt problem. You probably had them(Comcast) install their so called mac software which you should not have done .
    When my memory comes back I'll post the counter measure.
    Although try this in the meantime;
    ethernet from Comcast modem to wan port of apple router. ethernet from your Mac to lan port of Apple router. Power off the modem and the router. Bring the modem up first then the router. Place the router using DHCP and set your wireless config if need be. Should work.

  • Customer screen get populated in activity management

    hi any one can help me out in this pls.
    my client requirement is customer screen get populated in activity management.
    my client using activities in crm.They configured customer sceen in activities.In that they have fields like contract validity, type of contract etc.
    how it will get populated when they enter customer number.

    hi
    can u please elaborate ur requirement what exactly we mean be population of activity screen,i din get exactly
    best regards
    ashish

  • Custom Screen using BADI seen in ME23N, ME22N Display, but not in ME21N

    Hi,
    I have developed a custom screen for purchase order using badi ME_PROCESS_PO_CUST and ME_GUI_PO_CUST.
    But, its not visible in ME21N, whereas its dipalyed in ME23N, ME22N .
    Please advise.
    Thanks,
    Shivaa....

    In TC CMOD you can create a new proyect and use the component MEREQ001 with this component you can see adicional tab in those TC.

  • Print button on custom screen

    Hi all,
    I made a custom screen and a menu (status ) for that using menu painter. I want to put a button there for printing the screen. What code i have to write for that print button so when user presses print button, it prints the screen????
    Thanks
    Ribhu

    Hi,
    Do you know any other exisiting standard screen which function like same as in your customer screen.
    if yes, note that screen program name and screen no and then in your module program:
    go to PBO
    write command as set pf-status 'XXXX'. " ur pf status
    double click on 'XXXX'
    go to utilities --- adjust templeate
    Give that screen program name and screen no
    if u dont want redundant codes then. deactviate /delete it...
    Then activate all...
    then check now ... ur all of fuction buttons are working!!!
    Jogdand M B

  • Scroll bar visible but not able to scroll in custom screen for IW21

    Hi,
    We are using custom tab (screen exit) in transaction for creating notifications (TCode IW21). Two subscreens are configured to be embedded in the tab, combined area of which is exceeding screen size vertically. The scroll bar is visible in the tab but is not able to scroll using mouse scroll, but can be dragged up and down.
    Does anyone know how to make it scrollable or make the scroll bar visible at application level (not in tab) and make it working?
    Thank you,
    Deepak

    Hello,
    Would you please implement the Methods GET_DATA to get th data from Databas to screen fields and SET_dATA to update thedata from custom screen fields to Data base table in u r case LFB1.
    Regards,

  • How to call a Custom screen in portal from a Poratal UWL ??

    How to display a Custom screen which is developed in portal when a work item is executed through the
    portal-UWL ?.
      In detail....
         A custom screen has been developed in portals.
    Workflow triggers when a new item is created on the custom screen then the workitem gets populated in the respective approver Portal UWL(universal work list).
    when the workitem is executed from the UWL then it has to display the custom screen with its header data on the portal.

    Hi sampath,
    Thanks. I found that the redirection is not working
    properly at IIS end and changed the configuaration to
    make it work.
    Thanks a lot,
    Gopi

Maybe you are looking for

  • Dreamweaver files Revert to last save randomly, without input

    I'm using a fully up-to-date verison of Dreamweaver CC (13.2, at last check). Mac platform. Mostly simple stuff, one page emails. No CSS. My work process is to have the html file open, and copy and paste out of PDFs and Word docs (edits from the proo

  • How to create a job to run daily, based on form values entered.

    Hi, In DB we have 3 columns: creation_date, name, approved_or_not. Default for approved_or_not is 'No'. In the application form page suppose I fill in sysdate for creation_date and leave default for approved_or_not and click [create] button. Now a jo

  • Skype crashes entire computer

    Hello, I've been using Skype redularly for weeks and there have been no issues until today. Just as I was receiving a call for a job interview, Skype froze and any attempts to close the program failed. My computer started to sieze up and was unusable

  • Sound with Click Box

    Hi, I have a series of photos on a slide and for each an audio track. Currently using a rollover caption (minus the text) to play the sound track. The client would prefer to be able to click on the photo to hear the audio track. How can I do that? I

  • Transport wpc dev to qa

    Another question for you experts in here! I have never done an transport from dev to qa, so i want to know if i'm on the right track! If i want to make a transport package of the web page composer, I will go to: System Administration --> Transport --