Multiple use of vertical_split

Hi all,
I used the method vertical_split to build up 5 areas into a document. Aftwards I filled every of the vertical splitted areas with some text.
The texts are shiftet up  to the upper edge a little in every area right of adjacent left area.  So it looks like a stairway up.
Has anyone an idea about the reason of this?
Thank you very much for a hint.
    Best regards
                   Elmar

hi Mounika,
Each developer can deal with his / her own implementation without having to deal with other's logic.
Take a look at this series of this weblog ...
/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
BADI Link
http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
http://support.sas.com/rnd/papers/sugi30/SAP.ppt
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
http://members.aol.com/_ht_a/skarkada/sap/
http://www.ct-software.com/reportpool_frame.htm
http://www.saphelp.com/SAP_Technical.htm
http://www.kabai.com/abaps/q.htm
http://www.guidancetech.com/people/holland/sap/abap/
http://www.planetsap.com/download_abap_programs.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
if u find it useful just award some points
Regards,
Naveen

Similar Messages

  • Creation of "New Badi" with Multiple Use

    Hi,
    I am trying to create New badi within enhancement spot which is multiple use, problem here is the badi interface method has got some exporting parameters.
    when i try to activate badi definition it is showing the error this type of interface which is having exporting or returning parameters cannot be used, however if i remove export parameters in the interface method, then i am able to activate the BADI definition.
    Please suggest me, is it not possible to have badi interface method with exporting or returning parameters if it is Multiple Use Badi???
    Thanks,
    Kranthi.

    Answered my self.
    it is the restriction. below is SAP documentations that explains the same
    http://help.sap.com/saphelp_nw70/helpdata/en/e4/5c3642eca5033be10000000a1550b0/frameset.htm

  • Multiple-Use in BADI

    Hi Friends,
                 Could any one you please let me know the purpose of Multiple-Use Atrribute in BADI.
    Awaiting for a qick response.
    Thanks in Advance
    Regards
    Tina

    Hi,
    check this sap Help..
    Multiple Usability for BADI Definitions
    Multiple use for BADI definitions means that there can be several active BADI implementations. When there is a call, they are all called up - however, in an unpredictable sequence.
    If you have multiple-use BADI definitions, the sequence must not play any role therefore. A typical example is the execution of checks before a save.
    Regards
    vijay

  • Multiple use Badi implementation

    Dear Experts,
    I have created a custom BADI definition of multiple use type and one implementation for it n it is working fine but now i want to create multiple implementations for it.
    But when im trying to use method of second implementation in my program its raising an error that this method is not defined.
    Hope u understand my query.Plz explain me with an example that how to implement multiple use BADI's.
    Thanx in advance.

    Hi,
    You can implement several BADIs based on the same definition if FILTER option or MULTIPLE USE option are active.
    In this way you can have (implement) the same method does different actions according to the BADI where it's defined.
    So you can use the FILTER to decide which method (BADI) has to work.
    If the FILTER isn't active a definition of a BADI can use once, so it can implement only ones.
    But if the flag MULTIPLY USE is active it can use the same BADI for several implematations.
    In this case every BADIs'll works because there isn't a filter.
    So you can implement several actions.
    See this Weblogs,
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    See here:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/cs/user/view/cs_msg/9494
    http://www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    Regards,
    Padmam.

  • Multiple use BADIs

    Hi ABAP Gurus,
    Can someone brief a scenario in which multiple use BADI was used or will be helpful.
    Thanks,
    Soorya

    Hello Soorya
    Example of multiple-used BAdIs (ca. 850 in ECC 5.0) are:
    - BADI_MATERIAL_CHECK (Enhanced checks for material master table)
    - BADI_SD_BILLING (Billing Enhancements)
    - BUPA_PCARD_CHECK (Additional Checks for Payment Cards)
    Many, if not most, of these BAdIs are used for checking or validating data. The active implementations of such a BAdI must be independent meaning they must not rely on a specific calling order (see SAP documentation below).
    <b>Multiple Usability for BADI Definitions</b>                                                                               
    Definition                                                                               
    Multiple use for BADI definitions  means that there can be several     
        active BADI implementations. When there is a call, they are all called 
        up - however, in an unpredictable sequence.                                                                               
    If you have multiple-use BADI definitions, the sequence must not play  
        any role therefore. A typical example is the execution of checks before
        a save.
    Regards
      Uwe

  • Badi Multiple Use and Filter Dependent.

    Dear Experts,
    i Have enough Documents on Badi.
    and My question is If we implement the Multiple Use the program calls all active implementations in Dynamic sequence.
    to Call Particular Implmentation do we go for Filter dependent?
    or is both concepts are independent .
    Let me Know the difference
    Regards
    Raj.

    Yes,Both Concepts are independent.
    If the BADI Has checked with Muliple use check box then u can implement multiple implementation for that BADI for example check the BADI ME_PURCHDOC_POSTED Attributes tab.
    If the check box is marked with Filter-dependent then u can implement based on the data element.Example check the BADI NOTIF_EVENT_SAVE Attibutes tab.

  • Multiple Use BADI help

    Hi
    do you think it is appropriate to give as example calculation of shape (square, rectangle, triangle)
    as an example to BADI Multiple use?
    can you give me a tips on how i can start

    Hi,
    Pls go through the following links
    BADI's
    BADI's
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/web/BAdI
    http://www.allsaplinks.com/badi.html
    New to Badi
    Thanks,
    Reward If Helpful.

  • Difference between multiple use and filter depend in BADis

    Dear Experts,
    Can u plz tell me the major difference between <b>MULTIPLE USE</b> and<b> FILTER DEPEND</b> types in badi definition.Is it possible to create a BAdi definition without selecting none of them
    Thanks & regards,
    vineel

    You can differentiate between single-use and multiple use Business Add-Ins. The distinction is based on the procedure or event character of an enhancement. In the first case, the program waits for the enhancement to return something, usually a return code. A typical example could be a benefit calculation in HR. Depending on the implementation, alternative calculations can be executed. With multiple use add-ins, an event that may be of interest to other components is processed in program flow. Any number of components could use this event as a “hook” to hang their own additional actions on to.
    Business Add-Ins may be implemented on the basis of a filter value. If an enhancement for country-specific versions is provided for in the standard version, it is likely that different partners will want to implement this enhancement. The individual countries can create and activate their own implementation.
    Enter a filter type when defining your enhancement (a country or industry sector, for example). All methods created in the enhancement's interface have filter value FLT_VAL as their importing parameter. The application program provides the filter value for the enhancement method. The method then selects the active implementation for that value.
    http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf4940e11d295df0000e82de14a/frameset.htm

  • Unable to check multiple use check box for BADI

    Hi,
    In ECC 6.0, when I am trying to activate the multiple use check box ( For multiple implementation of BADI ) , it is not allowed me the same.
    Throwing the error as - interface IF_EX_TAX1_XTXIT_SET can not be used.
    BADI name - BADI_TAX1_XTXIT_SET
    Can anyone pls help me how to do this.
    Thanks,
    Shakti

    Hello Sakti,
    I am also in ECC6.0 & if i see the definition of the BAdI BADI_TAX1_XTXIT_SET, "Multiple Use" checkbox is checked! What are you trying to do - trying to create an implementation?
    @Prabhu: Although the BAdI is "multiple-use", but there is not filter applied to it. Next time do your checks properly before replying
    BR,
    Suhas

  • About BAdI's Atribute: Multiple-Use

    Hi all,
    I found a BAdI that may be very useful for me. But its attribute "Mutiple Use" is not selected. When I create an implementation,I find it can not be activated.   Could you tell me why?  And Can I use this BAdI ?

    Hello Alex
    Since the flag "Multiple Use" is not marked you can have only a single active BAdI implementation.
    There is another standard or customer implementation which is already active (check in SE18 menu ... -> Overview: here you see all current implementations, active and inactive ones).
    You need to check if you can inactivate the current active implementation without any harm to the affected processes. Afterwards you can activate your implementation.
    Regards
      Uwe

  • How many implmentation allowed of BAdi with multiple use option???

    Dear all ,
                        I have doubt in BAdi implementation -
    Case 1 -  I have create a z badi with multiple use option enabled . than i create two implementation of that BAdi . when i call it from my z program than it will call only one which was created 1st  so what is use of 2nd implementation and when it will call ???
    Case 2 - Same case for tcode VD02 their is badi CUSTOMER_ADD_DATA which is also multiple option enable Badi
                  for this also i have created 2 implementation but in this case when i create 2nd implementation it asked for migration of implementation why ???
    Thanks

    Dear deepak ,
                            i have check it both implementation showing yellow color please check my z program and tell me what is wrong in this .
    REPORT  Y_BADI_EXP1.
    CLASS cl_exithandler DEFINITION LOAD.
    DATA : l_badi TYPE REF TO ZIF_EX_MYBADI,
           email TYPE AD_SMTPADR,
           email1 TYPE AD_SMTPADR..
    PARAMETERS : p_user TYPE sy-uname.
    START-OF-SELECTION.
    CALL METHOD CL_EXITHANDLER=>GET_INSTANCE
    EXPORTING
      EXIT_NAME                     = 'ZMYBADI'
    NULL_INSTANCE_ACCEPTED        = 'X'
    CHANGING
      INSTANCE                      = l_badi               " here it will return 2 implementation  ZMYBADI_IM1 , ZMYBADI_IM2
    EXCEPTIONS
      NO_REFERENCE                  = 1
      NO_INTERFACE_REFERENCE        = 2
      NO_EXIT_INTERFACE             = 3
      CLASS_NOT_IMPLEMENT_INTERFACE = 4
      SINGLE_EXIT_MULTIPLY_ACTIVE   = 5
      CAST_ERROR                    = 6
      EXIT_NOT_EXISTING             = 7
      DATA_INCONS_IN_EXIT_MANAGEM   = 8
      OTHERS                        = 9
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
      WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL METHOD l_badi->GET_USER_EMAILID
    EXPORTING
      uname = p_user
    CHANGING
      emaill = email.
    WRITE : /5 email.       " when o/p comes it shows only 1st implementation .
    i placed break point in methods of both  implementation but as usual it stop only at first method ???

  • Can Single Use standard BADI be converted to Multiple Use

    Is it possible to make standard BADI a Multiple Use when it is single use?
    I hope it is not.
    Please confirm.
    Thanks,
    Arshad

    Hello Arshad
    If a BAdI is defined as single-use (SE18) then you can have only a single active implementation within the system. Thus, the answer to your question is: No, it is not possible.
    However, there may be the reverse situation where you have a BAdI defined as single-use but would like to have multiple implementations. In this case you have to adjust the single active implementation and instantiate other implementations if certain conditions are fulfilled, e.g.:
    <b>Active</b> implementation of a BAdI should be: ZCL_MY_BADIIMPL_01
    You create a second implementation (<b>not active</b>): ZCL_MY_BADIIMPL_02
    Within the methods of ZCL_MY_BADIIMPL_01 you could code:
      DATA:
        lo_badi2    TYPE REF TO <BAdI interface>.
      IF ( <condition is fulfilled> ).
        CREATE OBJECT lo_badi2 TYPE ('ZCL_MY_BADIIMPL_02').
    *   Call methods of second BAdI implementation
      ENDIF.
    Regards
      Uwe

  • Multiple use of the same video time line for different audio tracks

    I have a 90 minute video timeline
    I will be putting different audio tracks in multiple languages.
    But as i was just editing i wondered if i could use only a segment (30 minutes ) of the timeline
    along with a 30 minute audio.
    Example:
    So the first thing on the menu will be the whole 90 minute video
    with a 90 minute music track
    Second thing might be the 90 minute video with a 90 minute commentary
    Third thing might be the first 30 minutes of video with a different commentary
    Forth thing on the menu might be the first 30 minutes of video and 30 minutes of
    a different language
    Etc.
    I realize i will need to make space (mb)  for all the audio.....but if i could use the same video or pieces of it
    that would be fantastic.
    If i can do this i am presuming i should use playlists and chapter playlists to get it done?
    I have never done this before and would love some feedback on an over view or tips
    that might save me some guess work
    Thanks for any help :-)
    Soshman

    Soshman wrote:
    Hey Stan!
    Thanks for your help...i think i am really getting this. And have learned a lot.
    I had to go back to my computer programming and flowcharting skills to figure out the flow :-)
    And i still have 153mb to spare when i build it.
    I ended up lining up all the different videos and audios exactly for each time line except for 1 timeline.
    Question: I know if the audio is shorter it will be ok.... but if the audio is longer than the video on a timeline ( and its the audio i assigned it by specify link )
    Will the DVD keep playing until the audio is done or end when the video is done playing?
    2nd Question: I am previewing the playlists with the "Preview from Here" feature
    I specify the link and chapter within that timeline ( it is the only timeline with more than one chaper....the one with the longer audio than video from the question above )
    For most of the audios i only need video chapter 1.....the preview here plays it ok but if i hit the skip to next (in the preview button on theright of the play button)...it goes to the next chapter #2... instead of the next timeline chapter 1 like it is programed to do from the playlist.
    I am wondering if this is just fluke in the preview feature...or will it do that on the actual DVD as well?
    Lastly because i am using different timelines. I am wondering if there are delays between playlists? for example...i have a long audio that continues between three timelines...i have spliced it pretty fine so it picks up perfectly on the next timeline...but i am wondering if the DVD when playing in realtime will have a little black space inbetween timelines.
    Thanks again for your help and time :-)
    Mark
    Hiya Mark.
    DVD-Video is video dominant, with the audio always following the visuals so if the audio ends berfore the video it will not (okay, should not) be a problem.
    However, the other way around could go either way - if the actual video timeline has ended the audio may well truncate so I would personally add videoblack at the very least.
    I am also not at all sure how you are going to work a single contiguous audio file across 3 separate playlists. This sounds flawed in concept to me (have I misunderstood your meaning?). In DVD-Video the format is graphically/visually dominant - the audio must always be tied to a visual asset be it a menu or a timeline - so there is no way to have one piece of audio playing across 3 timelines and having it play back glitch free whilst the timeline changes. You will not get a black space - it will simply stop. So unless I have misunderstood you in some way.........
    As Stan says, preview is flaky - the only way to know for sure is to multiplex & burn.

  • Multiple use of properties file

    Is there a way to use a properties file for multiple languages?
    ie.
    en_EN points to the en_EN properties file
    I want en_US to also point to that, is this possible? (it now points to default language if not present)
    And anyone got a good tutorial / overview of the possibilities of properties file? have not been able to find a good example that shows all possibilities
    Thanks

    Provide an en version which contains all the English stuff, then put all the en_US and en_EN variants into those files respectively.

  • Multiple use badi

    hi guru,
    i am new in  abap,
    if we have 20 badi's using multiple implimentation.which one trigger first.it is necessary to deactive all badi before running new badi name of some single use ,multiple,filter dependent badi in crm.

    Hi,
    As per my understanding, your query is this - for a single BAdI there might be multiple implementation and which one will be triggered first.
    As per SAP, there is no guarantee of the order of the call of the BAdI Implementation, but only thing that can be guaranteed is that all the active implementation will be called. You don't need to deactivate any Badi before implementing your BAdI.
    I hope this answers your question.
    Some important BadI's of SAP CRM are - ORDER_SAVE, COM_PARTNER_BADI, etc.
    Thanks,
    Samantak

Maybe you are looking for

  • [JS CS3] Page side when adding pages

    Hello all, I am using a script to remove oversets by adding pages with linked text frames to the end of the document. When I am done removing the oversets, I check to make sure the document ends on a left page; if not, I am using the code below to ad

  • Change the Text in Linked TFL on the fly

         I have 3 TFL fields on the stage. They are linked so the text overflow from the first spills into the subsequent fields 2 and 3. I want to change the text dynamically but when I do the overflow text do not "overflow" into the other fields. It is

  • Web Based Parameter Form 6i to 10g

    I have a report that I can currenlty run using the activex control to run the report (Windows). I'm trying to move this same report to a web based report using Report Services 10g. How do I get the Parameter from to show up (it's a paper based report

  • MRBR - Price Variance

    Hi All, I have created one purchase order and did invoice also and is already paid. But in MRBR tcode , this document is blocked under price variance. Please let me know why it is blocked due to price variance as invoice is already paid. Do the needf

  • How to add new password policy to cn=config via LDIF file

    I am trying to add a new password policy called "Service Password Policy". I have the following LDIF file: dn: cn=Sservice Password Policy,cn=config changetype: add objectClass: top objectClass: passwordPolicy cn: Service Password Policy description: