SAP Standard screen modification and logic

Hi  All,
I have  four tab strips in my standard selection screen. in the second , third and fourth tabs i need to add  same fileds
for exampls
surgery tab
optable                    procudere code          procudure category  (standard functionality)
opttable2                 procudure code2        procudure category2(custom to be added)
opttable 3                procudure code3       procudure category3(custom to be added)
medical dat tab
diagnosis code(standard)
diagnosis code2(custom to be added)
diagnosis code3(custom to be added)
The standard program uses one structure (RNEBILL)  in the structure i have added  APPEND STRUCTURE(ZPPAND1)
in the structure i  created all the fields.
could you tell us how to proceed futher development logic.
Regards
subbara

Hi Subba,
Still it appears hazy to me. But if i have understood it correctly, this is how it looks like:
Your mentioning of a Standard SAP Form with four Tabs gives me a hint that it could be any Marketing Document Form (For eg. Sales Documents or Purchase Documents). Then you mention that you are not adding any User Fields to the first Tab (The first tab in any Marketing Document is the Contents tab). Again, you mentioned that you have added 3 user defined fields in your second tab which is the Logistics tab and then your requirement, you want this to manged by the SAP Form just like any other standard field on the Form.
If this is what i have understood then the solution is simple. You just need to databind your custom field  to the user defined field that you have created in the database. SAP Business One will process these custom fields just like any standard field.
Thanks and HTH,
BR,
Siju Dasan

Similar Messages

  • Problem in SAP standard code modification for FB03

    Hi Experts,
    I am adding 4custom fields in FB03 tcode by doing a SAP standard code modification in SE51.
    The program name is SAPMF05L and screen no. is 302(In some SAP verion, it is 304). This is the screen for document line item of an invoice.
    My problem is:
    When I add the fields in the screen, in which module will I put logic in the PBO and PAI as I am unable to figure out the German comments and the program structuring.
    Also, if anybody can tell me what to write as I am little bit confused about the logic of populating my fields with the values.
    FB03 is a display transaction so I have to keep my custom screen fields disabled.
    Regards,
    Sangeeta.

    Hi Sangeeta,
    For enhancing the screen of this Tcode, first of all search is there any Screen enhancement is provided by SAP or not and in case if it is provided then use that only.
    Regards
    Jagesh Lakdawala

  • How to edit the attributes of a SAP standard screen?

    hello all,
    i would like to ask if it is possible to edit the attributes (particularly the language) of a SAP standard screen without using any access key? if yes, how would i be able to apply the changes?
    thanks!
    - annalyn

    Hi,
    Screen attributes are stored in table D020S. You can update this table using ABAP code. The language is stored in field SPRA of this table. The texts appearing on the screen are in D020T.
    It is likely you will not be allowed aa data modification statement (INSERT/UPDATE...) on these tables if you are on newer versions of SAP (46/47...). You can bypass that by using native SQL and some other workaround (which might be another thread here).
    It is most strongly recommended to not modify SAP standard objects, and specially not without an object key. However, if you are working on something like a miniSAP and want to play around with it, the method mentioned above shall do.
    Hope this helps,
    cheers,
    Ajay

  • Set search help dynamically to SAP Standard Screen

    Hi,
    I have one issue where I have to Create f4 help For a field present on SAP standard screen.
    Please advice how to do that.
    Can i dynamically set Search help in any screen-exit of the standard screen?
    Please help.
    Screen No is 130
    and Program is SAPLQM03.
    Here I want to attach a Zsearch help to a standard   FIELD RQM01-LS_KDPOS.
    Thanks,
    Ishani

    Hi Ishani,
    The field that you mentioned here in structure RQM01 is having a check table VBUP. So if some values are there in that table, then that will appear as F4 help to you. Consult with your functional and check how values are coming to this table VBUP. Othertahn this, I am afraid you will not be able attach any help.
    Regards,
    Abijith

  • Modify  SAP standard screen

    Hi,
    I want to add one column to sap standard screen , could anybody please let me know how to do. This requirement is for EH&S module and  T.code is    /N/TDAG/CPM00.
    Program name -  SAPLSO33
    Screen    -  2300
    Thanks & Regards,
    Ravindra Reddy.

    Hi,
       Get the package from the program->go to SMOD t code and find out any proper screen exit for tht program exist.
    THanks,
    Anmol.

  • To modify the sap standards screens for f-02

    Hi,
       I want to modify the sap standards screen in T.ode F-02.
       it is very very urgent.
    Regards,
    Raju.

    HI,
    in f-02 screen, press editing option than you can change the fields what ever you want.
    for example if you dont want currency/rate in this place u want amount in local currency you can select document only in local currency and save.like that u have to change what ever you want.
    thanks
    sai krishna vallurupalli

  • I have a problem with my motherboard and my battery of my 2010 macbook pro 13". It was just serviced with a new screen, keyboard, and logic board.

    I have a problem with my motherboard and my battery of my 2010 macbook pro 13". It was just serviced with a new screen, keyboard, and logic board. How much will a new battery and motherboard cost and would it be worth it or should I just get a new computer. It was about 300 dollars to get it serviced last week. if it adds up to much past 600 dollars I will just get a new one. THANKS FOR ANY HELP!
    P.S During classes today it began beeping in my bag. Like three kind of long steady beeps then a short pause, and when I opened it I couldn't see anything but it was on so I turned it off and back on.

    Depends on what options your Apple store offers - if they can do a depot repair (where they send it out), that's around $300 for all parts & labor.
    If the store doesn't have that option, a logicboard is around $600, battery $80-$100, from what I've seen.
    If they JUST replaced the logicboard, you absolutely should NOT have to pay for another replacement - the replacement is covered by a warranty. If they want you to pay for it, make sure you have a copy of the receipt for the work that was recently completed so you can show it to them. They have no reason to charge you for another logicboard.
    ~Lyssa

  • Adding custom fields on SAP standard screen

    Hi,
    I have to add some custom fields in the SAP defined standard screen. When I go to that particular screen and try to change it to 'CHANGE' mode , it asks for Access Key. Please suggest me, how to add the custom fields.
    RGDs,
    Gsaasg

    Hi,
    For this only there are enhancements, Just search for screen exits in the SDN or google for
    your transaction and also search for BADI's.
    Regards and Best wishes.

  • Adding a custom field in a sap standard screen in pa30 for an infotype.

    Hi to all..
    i'm in a requirement to add a custom field in a standard screen of pa30. for the infotype 0442.
    I googled up.. but i was not getting proper solution for it.. can any one provide a solution for it..
    With regards.
    Aahbha.

    Hello Sirs,
    Step by step instructions on:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4f/d52552575e11d189270000e8322f96/frameset.htm
    The below thread provide more info on how to create an infotype from scratch, but this is just for the reference:
    add custom fields to standard infotype
    Regards,
    Bentow.

  • How do you keep safari in standard screen mode and avoid "full screen"

    How do I keep the screen in Safari from converting from "standard screen" to "full screen"?  I know how to switch back and forth between the screens on "View" "Exit Full Screen."  However, I don't want to work in "full screen" and Safari automatically opens up in "full screen".  How do I keep this from happening?
    Thanks,

    Did you look at http://www.apple.com/support/safari which can be useful, and there is a link to Safari Community which is where you will find common threads and people that focus on Safari.

  • Regarding screen modification and messages

    hi experts,
    1. I have devloped one screen 0100 and diaplayed 4 fields from ztable in input/output format. i hv also created 2 buttons for inserting and deletion.
    so when i give input for the fields and when i click insert the data is inserting into ztable properly. but when the same data again given as input it is modifying the data. so wht i want is when we give aleady existing data as input is shoud give message as 'DATA ALREADY EXITS IN ZTABLE ' and also it should dispaly  options want to change data if i click YES it should CONTINUE modify existing data if no it should not modify the existing record.
    2. Also the fields which i hv displayed are in input / output form  so i want to make them as active and deactive according to the requiment.  i want to keep one button on application tool bar when i click change the fields will be in input mode or else when i again click that it will show me in display mode. i hv seen some demo programes in abap docu but unable to understand it please any body can give me clear idea about this code.
    report:demo_dynpro_tabcont_loop_at
    when 'TOGGLE'.
          loop at flights-cols into cols where index gt 2.
            if  cols-screen-input = '0'.
              cols-screen-input = '1'.
            elseif  cols-screen-input = '1'.
              cols-screen-input = '0'.
            endif.
    how can i use this one when i am using ztable fields displayed on screen.?
    <b>points will be rewared</b>
    regards,
    priyanka reddy.

    Hi Priyanka,
    I worked on a project with similar requirement.
    To check if the data entered is already present in the Z Table or not check this code:
    Here, CREATE is the function code of my push button in the screen.This is similar to the INSERT button in your case.ZTM09_EKKO is the name of the Z table and the purchase order number EBELN is beoing checked.If the value is alreadypresent in the table,then sy-subrc value will be equal to 0 as the select querry has successfully retrieved EBELN from ZTM09_EKKO.
    In the screen,I have given the name of the input/output field name same as the ztable field name i.e., ZTM09_EKKO-EBELN.
    Hence if duplicate entry is enterd in the input/output field,then the error message is displayed.
    And to change the data.You can use this code.
    Th function modeul will display a pop-up window. In my case if i click on Yes,the data has to be saved in Ztable.If I click on No,The program should exit.If I click on Cancel,The popup window has to close and the data would remain in th fields of the screen.
    You can code according to ypur requirement for YEs,No and Cancel buttons in the Pop-up.
      DATA answer TYPE c.
    case sy-ucomm.
    when 'CREATE'.
    SELECT SINGLE EBELN FROM ZTM09_EKKO INTO ITAB_P WHERE EBELN =
    ZTM09_EKKO-EBELN.
    IF SY-SUBRC EQ 0.
    MESSAGE  'PURCHASE ORDER NUMBER ALREADY EXISTS'  type 'I'.
            CALL TRANSACTION 'ZCREATE09'.
    ***Call funtion to display popup asking for modify or mot*****
            CALL FUNCTION 'C14A_POPUP_SAVE_WITH_CANCEL'
              IMPORTING
                e_answer = answer.
          IF answer = 'N'.
    ***Leaving the program****
            LEAVE PROGRAM.
          ELSEIF answer = 'J'.
    ****Holding the data on the screen when YES is selected****
                set hold data on.
          ENDIF.
    ENDIF.
    For making the input/output fields active or deactive,
    check this piece of code:
    Here on clicking on the TOGGLE button,the screen will be looped and it will check the screen names.
    IF any of the screen names i.e.s the input/output fields are in active modde(i.e., 1)then they are made inactive.If they are in inactive modee(i.e., 0)then they are made active.
    case SY_UCOMM.
    when 'TOGGLE'.
    loop at screen.
    if screen-input = '0'.
    screen-input = '1'.
    elseif screen-input = '1'.
    screen-input = '0'.
    endif.
    endloop.
    AS far as the code that you have put in the querry,
    it also works the same way.
    The only difference is that in the code that you provided,the fields are made active or inactive in the table control.
    So the looping is at the table control.
    cols is the name of the table control.
    Revert if you have any other querries.
    Reward if helpfull.
    Regards,
    Kashyap Ivaturi

  • Standard screen for PNP logical database

    hello All,
    I am using PNP logical database and i have modified the standard selection screen for PNP.
    But now there is a button that appears , although the rest is supressed as i wanted it to.
    Our forums active contrubutor suresh datti has provided me a solution before to go to sytem then status and then click screen 100 then invisible the push button and activate and re-execute the program. The method seems to work fine. But surprisingly after some time the button appears again..
    any idea..??
    thanks,
    Reena..

    >>>I do not knw how to create a variant or how variant are related to selection screens..can u please elaborate..
    Don't worry..then its not the issue..
    anyway Pl take a look at the following <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c0/980374e58611d194cc00a0c94260a5/frameset.htm">SAP Help</a> on Variants.
    ~Suresh

  • Custom fields on SAP standard screen - how to make them mandatory

    Hi,
    I have added 2 new custom fields [say zz1 and zz2] in the SAP Document Management System whilst creating documents in program SAPLCV110.
    I want to have these fields set to mandatory only when the document type is say ZZZ.
    Can you please let me know where abouts I need to go to introduce the code.
    Regards,
    Satish

    Hi,
       Use the below code...
    In PAI of the screen:
    Chain.
           Field <zz1> module <module_zz1>.
           Field <zz2> module <module_zz2>.
    endchain.
    Module_zz1.
         if zz1 = 'XXXX'.
           perform....
         endif.
    endmodule_zz1.
    Edited by: Satya suresh Donepudi on Mar 12, 2009 3:04 AM

  • Can we move SAP standard Function Group and Table defintion to BW

    Dear Forum,
    We are in a ‘pilot’ process of migrating SAP R/3 Custom development objects to our BW client and we have a few questions that we would like to know if possible.
    We are currently in the ‘To Be’ Blueprint Phase of migrating SAP 45B to ERP2005 as a Ramp-Up customer and we need to determine as soon as possible the feasibility of moving one particular Custom application
    from our SAP R/3 environment to BW.  This application primarily performs computational processing and does reporting of the results at the
    conclusion
    We have selected one Custom R/3 ABAP program to do a ‘pilot’ to determine the feasibility of migrating it to the BW platform. This Custom program utilizes objects from standard SAP Function Groups which are non existent in BW.  In this particular case Function groups KMS0
    (Cost Center Selection) and KAB2 (CO Reporting: General).
    Questions:
    Are we allowed to move these 2 standard SAP Function Groups to BW ? Would it alter the BW environment integrity as intended and designed by SAP?
    If we move the Function Group KMS0 and KAB2 will
    SAP support our BW environment if we decide to move them?
    Would it be considered a ‘SAP Best Practice’ to move standard SAP R/3
    objects to BW?
    Thank you in advance for your help,
    Paulo Silveira
    [email protected]

    Hi Paulo and welcome on board !
    Please don't post twice the same question...(look in the other one...)
    ..and don't forget to rewards the answers...it's THE way to say thanks here !
    Anyway, I'd suggest to close this thread to avoid to receive answers in both threads...
    Cheers,
    Roberto

  • List of available SAP standard delivered forms (print and interactive)

    Hi,
    does anyone know where to get a complete list of all available SAP standard forms (print and interactive) and where to download the latest versions of the forms?
    best regards
    norbert

    Hi Norbert,
        I am also looking for standard Adobe forms latest version . If you have got it , kindly tell me where i can get them .
        I  searched for stadard form SD_BIL_PRINT01 in my system in SFP transaction , but its not available .
       Kindly guide me regarding this issue .
    Regards,
    S.Sivakumar
    Edited by: sivakumar subramaniam on Oct 9, 2009 1:52 AM
    Edited by: sivakumar subramaniam on Oct 10, 2009 1:51 PM

Maybe you are looking for

  • Is there a way to create a multicam out of Favorites/Keywords

    Basically I need to make separate multicam clips of only the portions of clips designated either as favorites, or with a keyword.  Thus far I haven't been able to get FCPX to do this to replace my normal workflow in FCP7 by multicam-ing subclips.  An

  • Coupon printer will not work in Firefox 4.0 Worked fine in 3.6

    I cannot print coupons in the new Firefox 4.0. I had no problem in the 3.6. It tells me to install the coupon printer but it is already installed. Worked fine before.

  • Can i listen to more of a preview song?

    Is there any way to listen to a different section of a preview song or listen to more than the 30 second preview? There is a song I'm interested in, but the preview doesn't include any of the vocal portion of the song. It just plays the instrumental

  • Hashtable mapping question

    Hello All: I have a hashtable object in my java code thats represented as a jobject in my jni code. I then call GetObjectClass to get the class for this jobject. Finally I call GetMethodID to retrieve the method ID for the put method of the hashtable

  • Is it possible to convert a video to still frame?

    I'm working on a stop animation project and I want try to use video instead of still frames to capture the animation because I'm teaching kids. Can I shoot the video and then convert it to still frame shots in Final Cut? I know there is a make a free