Problem in a Custom screen

Hi Experts,
I am developing a screen in which I have input outpu fields like a table control
filedname1 fieldname2 .... upto fieldname6.
i/oa............. i/o1
i/ob............. i/o2
i/oc............. i/o3
With the above screen. I have to save the data into a database field. I/oa, b, c needs to save into fieldname1 and i/o1, 2, 3 needs to save into fieldname2. How I have to write the logic
Thanks,
bsv.

Please reference the following steps:
1. Create a Node in the context of your View , input the table name in the field 'Dictionary Structure' and select Cardinality '0..n'.
1a) Options: Create the node in the controller and then map it into your view.
2. Add a table control into your view in the tab 'Layout'.
3. Create a binding by right click the table control. Input the field 'Standard Cell Editor' with 'Input Field' or other editable control and click the button 'Context' to add your defined node in the step 1 or 1a).
3a) Actually you can modify cell editor of every field, remove it and then add it with defining the binding for the field.
4. Add an button control into your view, and implement the action Onclick. Please find the sample codes to save data to your table in this forum.
5. Hints of codes:
Your attributes should be the list: fieldname1, fieldname2, .. , fieldname6.
Get one element as a struct by
DATA:    Stru_Flight_List  type If_Flightlistview=>Element_Flight_List .
Get elements as a internal table by
DATA:    ITAB_Flight  type If_Flightlistview=>Elements_Flight_List.
You can get codes by code wizard also.
Hope it clear!

Similar Messages

  • Problem in BDC and a customized screen being called by the SAP Trans

    Hello good day,
    I recently have a BDC program where I will have to call a SAP STANDARD program (VF02). However, a problem occured because of a customized program being used called by VF02. This would cause the entire BDC proccess to stop running.
    My question is, how would be able to pass through this customized screen in VF02. I tried using SHDB but the BDC still wont go ahead with the process. I also used the program name as well as the screen number for it.
    For the info of the screen. The source program was created by SE38 as an executable program (i.e. regular report program). That appears to be calling a screen if a certain condition passes. The screen functions as a pop only only used to notify the user. There is push button to continue to the SAP standard screens.
    Hope I get help soon, thanks guys and good day.

    put a logic like this User exit.
    if sy-BINPT ne 'X'.( batch for BackGround Job)
    message 'Sdn.SAP.Com'.
    endif.
    Regards
    prabhu
    Message was edited by: Prabhu Peram

  • Problem with PNP customized selection screen

    Hi guys,
    I have done a report in R/3 system using logical database PNP with customized selection screen. i have 3 parameters as below:
    1. radiobutton1 group a for current period,
    2. radiobutton2 group a for other period.
    3. personnel number.
    my program works fine in R/3 but not in my portal. i think it couldn't recognize my radiobutton in my customized screen. whichever radiobutton i selected also it would return current month records.
    any idea how to fix this?
    any configuration that i can do?
    thanks.

    try testing it through ITS first.
    in order to do so . Go to sicf transaction and run webgui. Then run the application using the tcode. Check the results.
    Seems wrong paramter are getting passed to the SAP system.
    Your ITS server should be activated first in order to use webgui otherwise you will be getting dump.
    Regards
    Atul Shrivastava

  • Push Button Problem in Custom screen

    Hi All..
    Hi All..
    In my custom screen, i have 2 (A1, A2) input boxes with F4 option and a Push Button..
    When i select the data in these input boxes, i will click Push Button (COPY) to transfer the data from these (A1, A2) to other two input Boxes (B1, B2)..
    But data are displaying in (B1, B2), if and only if i click the Push Button 2 times..
    How to make the code to display those data from A1-A2 to B1-B2 by Single click..???

    In PAI, I have coded the lines as follow..
    Still i need to click 2 times to get the data displayed in B1,B2..
    ****PAI*****
    when 'COPY'.
    select bezei from tka01 into (it_sap-name) where kokrs = A1.
    endselect.
    select msehi from tka03 into (it_sap-unit_of_meas)
    where kokrs = A2 and STAGR = A1.
    endselect.
    B1 = it_sap-name.
    B2 = it_sap-unit_of_meas.

  • 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.

  • Error while passing data to custom screen. Entry MUM doesn't exist in T001P

    Dear All,
    I have created a custom screen for PB10. I am getting below error while executing the screen.
    Entry MUM doesn't exist in T001P (Check Entry) .
    The detail error is
    Entry  MUM  does not exist in T001P (check entry)
    Message no. 00058
    Diagnosis
    Input values must be defined in Table T001P. The value or values ' MUM ' are not specified in this table.
    Procedure
    Check whether the input is correct and correct if necessary.
    Procedure for System Administration
    If this is not an incorrect entry, check the system settings and change them if necessary.
    If there is a connection to the Customizing system, you can maintain the system settings by choosing Customizing in the Performance Assistant or Maintain Entries (F5) when displaying the help in a modal dialog box.
    I've checked the table and data is available. But still i am getting this error.
    I've come across this error earlier while copying standard screen to custom screen.

    The solution to this problem is you have to set your SET and GET parameter in the properties tab of the field.
    regards,
    sandeep

  • Data not Updated in Custom Screen fields-Vendor Master

    Hello,
    I have created a custom screen in vendor master transaction and also implemented the two BADI's below.
    Business Add-In: Processing Master Data Enhancements
    (CUSTOMER_ADD_DATA/VENDOR_ADD_DATA)
    Passed the Custom Program and Screen No in the method GET_TAXI_SCREEN
    Business Add-In: Customer Subscreens
    (CUSTOMER_ADD_DATA_CS/VENDOR_ADD_DATA_CS)
    activate it with the BADI Processing Master Data Enhancements with method CHECK_ADD_ON_ACTIVE.
    I also created a new screen and used few fields from LFA1 (Append structure fields) such that the fields on the screen are : LFA1-ZZFIELD1 etc...
    Now the issue is the screen is displayed, but the data entered on the screen is not updated on the table LFA1 or data from the table is not displayed on the custom screen.
    Am i missing something?
    Regards,
    Shiva

    Solved this problem.
    I built the query against InfoCube and not the characteristic itself. That's why I can't see the update.
    Thanks.

  • Custom screen for Payment card information in Sales Order

    Hi All,
    I want to know if its possible to develop a custom screen to accept multiple payment card information in Additional data tab and save it in normal payment card information at the time of saving sales order. This sounds little
    Nilesh

    Hi Nilesh,
    Please, see SAP Note 914603 - FAQ/Collective note for payment cards (Consulting/modif). Here you have the relevant notes related with this topic, so, in point 4, the note says:
    4. Payment cards in the order (with billing plan)
    - 914811 FAQ: Authorisation Problems - Why?
    - 915193 No authorization in the order
    - 313416 Installment plan payment with payment cards
    - 361790 No Authorization or only pre-authorization executed
    - 701569 Incorrect value to be authorized in the order
    I hope this helps you
    Regards
    Eduardo

  • 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

  • Creating a custom screen saver that won't blow a small image

    Hello All...
    At work, my boss is trying to get me to create a custom screen saver with our business logo to display when activated. I'm usually pretty comfortable with these kinds of tasks, but for this one I'm at a loss.
    I've have my logo in a designated folder and when I'm under Screen Saver in System Preferences, I have that folder selected and then would like the image to repeat itself, but basically jump around the screen (sort of like "gasp" the Windows XP default screen saver). My problem is that no matter what the size of my logo is, it is fitted automatically to the size of the monitor, even if it is a rather small logo. Therefore, 1) it is very pixelated and 2.) it defeats the purpose of the screen saver because it can't jump around.
    I've turned off the option "Crop slides to fill screen" thinking that would work, but it hasn't. We're running OS 10.5.8 on 24" iMacs from early/mid 2009. Any ideas would be greatly appreciated. Thanks!

    i.3d wrote:
    This is a heavy handed approach but how about creating a document the size of your screen, and paste the logo in its original size into it.
    It's not heavy handed. this is the only thing that makes sense here and I was going to suggest that too. just make an image of appropriate size. that's not hard.
    In fact, using Photoshop or Gimp you could make several layers, each with a different colour background, move the logo around on each layer, save each layer as a separate image and then play with them. Do a slideshow with transitions etc.
    BTW, where did the quartz composer go? It used to be included in the previous versions of OSX.
    Quartz composer would let you create "proper" screen savers.
    Edit:
    Have a look here:
    http://quartzcompositions.com/
    Surely you'll find someone or something that can help you.
    Message was edited by: i.3d

  • How to make a field in custom screen as display field in screen exit

    Hi ,
    I have created a screen exit for CO02 with a field for item text in header level as input field , when value is given and save button is cliked it gets updated in database but the problem is same field shows as input field in CO03 ( display mode ) .
    Code which i have used .
    in PBO
    if sy-tcode = 'CO03'.
    loop at screen .
    if screen-name cs 'SUBSCREEN' or screen-name cs 'RESB-POTX1'.
    ( subscreen - screen name given in screen editor and   resb-potx1 field name given in screen editor )
    SCREEN-INPUT = '0'.
    modify screen.
    endif.
    endloop.
    endif.
    and even i tried in PAI too .....
    if sy-tcode = 'CO01' or sy-tcode = 'CO02'.
    update resb set POTX1 = RESB-POTX1
    where aufnr = i_aufnr.
    elseif sy-tcode = 'CO03'.
    *oop at screen .
    *f screen-name cs 'SUBSCREEN' or screen-name cs 'RESBD-SORTF'.
    SCREEN-INPUT = '0'.
    modify screen.
    endif.
    endloop.
    endif.
    but itshows as input field only ........how to make that custom field as display field in CO03

    HI Andy,
    Try this out.
    FIrst check the sy-dynnr, if it is same as your custom screen number
    in PBO of your custom screen
    if sy-dynnr = 'YOUR_NUMBER' and sy-tcode = 'CS03'.
    loop at screen
    if screen-name = 'YOUR_SCREEN_NAME'
    screen-input = 0.
    modify screen
    endif
    endloop.
    endif.
    if it wont work they try using Tcode SHD0
    Hope this will serve your purpose.
    Regards
    Ramchander Rao.K

  • Query on PO item Custom Screen Fields

    Hai all,
    I created PO item custom screen with fields using ME_GUI_PO_CUST
    ME_PROCESS_PO_CUST Badi's  and i used the following methods IF_EX_ME_GUI_PO_CUST~SUBSCRIBE,
    IF_EX_ME_GUI_PO_CUST~MAP_DYNPRO_FIELDS.
    IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_ITEM.
    My Problem is when i execute transaction ME23N or ME22N Fields which are in PO Item Custom Screen only in change mode.
    Can Any one help me what is the process when i execute ME23N transaction the fields are in display mode and
    when i execute ME22N the fields are in change mode .
    Is available any BADI. Please Help me.
    Thanks,
    Nagaraju.

    hi Naga,
    you have to play with LOOP AT screen:
    LOOP AT screen.
    CASE sy-tcode.
    WHEN 'ME22N'.
    screen-input = '1'. ==> this will set to change
    WHEN 'ME23N'.
    screen-input = '0'. ==> this will set to display
    ENDCASE.
    MODIFY screen.
    ENDLOOP.
    Write this code in PBO module

  • In Executable program displaying results in custom screen.

    Hi,
    I have a executable program,  when the program display's the out put of this program I need to display output in custom screen (like screen 100) instead of displaying in default List screen.
    Can any one tell me how to create and display output in that screen.
    Thanks.
    Chris.

    Hi,
      Check the pseudo code....
    <b>Start-of-selection.</b>
    Retrieve data
    <b>End-of-seleciton</b>
    call screen 0100.
    <b>*PBO</b>
    form PBO_200 output.
    endform.
    <b>*PAI</b>
    FORM PAI_200 input.
    endform.
    To call Screens use any of the following commands
    <u><b>1. CALL SCREEN scr.</b></u>
    Addition:
    ... STARTING AT x1 y1 ... ENDING AT x2 y2
    <b>Effect</b>
    Calls the screen scr; scr is thenumber of a screen of the main program. You use SET SCREEN 0. orLEAVE SCREEN. to define thereturn from the CALL screen.
    <b>Addition</b>
    ... STARTING AT x1 y1  ENDING AT x2 y2
    <b>Effect</b>
    The coordinates x1, y1 (start column andstart line in the window) and x2, y2 (end column and endline in the window) define the size and position of the CALLscreen ("top left - bottom right"). Besides these coordinates,you can also see the contents of the primary window, but cannot performany action there.
    <b>Note</b>
    If "ENDING AT ..." is not specified, suitablevalues are substituted for x2 and y2, taking into accountthe size of the called screen.
    <b>Note</b>
    <b>Runtime errors:</b>
    DYNP_TOO_MANY_CALL_SCREENS: No further screen level (callscreen); the maximum number of nested screen levels is restricted to 50at present.
    2. <u><b>SET SCREEN scr.</b></u>
    <b>Effect</b>
    In ABAP dialogs: Sets the number of the nextscreen.
    Screen number scr is then processed when the current screen has finished.
    <b>Example</b>
    SET SCREEN 200.
    <b>Notes</b>
    To leave a CALL SCREEN chain or return to the application menu, use one of the followingstatements:
    SET SCREEN 0. or LEAVE TO SCREEN 0.
    I hope this solves your problem.
    Regards,
    Vara

  • Create Custom screen - User Exit.

    Hi All,
    As i am new to the USER-EXIT and SCREEN-EXIT, I want how to create new custom screen for VT02N Transaction.
    My requirement is,
    Userexit MWMRF800 u2018ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0800)u2019
    The SAP RF standard screen 2800 of function group LMOB has to copy to the custom screen 9800 of function group XLRF.
    Here i need to create new custom screen as mentioned above and assign user exit to this screen.
    Could anyone help me to do this.
    Thanks in Advance.

    I  have similar problem here. As suggested, I tried to change the package of the standard function group but its asking for access key. I am assigning CONFPP07 component to my project which is already saved under a Z package.

  • How to call Custom screen in standard transaction on same session

    Hi ,
    I am getting this Problem.
      After one of the screen in standard Transaction (CV01N) I need to call one custom screen. for this I created one program type M with screen. in Stan. transaction I am calling like Call transaction 'XXXX'(for above M program).here I am geeting all my required functionality .but I am getting this custom screen in separate session. I want to call this custom screen on same session of std transaction ( means background custom screen is std.screen).
    Can any one guide me to achive this functionality;
    Regards,
    Saida.

    Hi Agasti,
      Thnx for your reply.
      I tried that method also. even that also calling the Custom screen in new session not in SAP standard session.
    Regards,
    Saida

Maybe you are looking for

  • Getting a new mac and want to use both with iTunes

    I looked around the forums and the main site a bit and didn't see anything specific on how to do this, but I am currently using iTunes with my macbook and I have all of my iTunes content on an external hard drive. When my new mac arrives I first want

  • Help menu in Swing

    Hi all, can anyone tell me how to create an Help menu in Swing?? i mean, like the Help menu options that you can see in Windows. I mean, again, by clicking on the Help option, you should see Contents etc.. is it possible to do it in Swing? if so, how

  • Loading FA data using ORACLE WEB ADI brings application down.

    Hi, Can anyone suggest on the below issue. Loading FA data using ORACLE WEB ADI brings application down. Regards Ketan.

  • Color Setting in CS4 for printing to Epson R2400 in the UK ?

    Hi all. I'm a newbie to CS4 and have been having trouble deciding on which color settings to use with which printer profle/standard.  I have an Epson Stylus R2400 printer and I'm not sure what the color settings should be to print on Epson Premium Gl

  • Error 225 on parsing document

    I am getting an error 225 when parsing the following document, using the XDK 8 xmlparseBuffer() method : <?xml version="1.0" encoding="ISO-8859-1"?> <TMKCaseMadridAddr> <Representative Source="090024db80f0a9a8"> <Name>Cabinet Hirsch & Associés</Name