Creating heading in a slanted tab

Hi,
In one of the screens I need a tab or label whose right border is slanted on the right side.(just like the those on SAP standard screens).This tab or label will be used as heading.How can this be done ?

for such a case (designing the group box with title) you can use htmlb:group
check out sample application
application: sbspext_htmlb
page       : Group.bsp
if you dont like this style you can use plain html like below to simulate the selection screen frame box
<fieldset style="padding: 2">
     <legend>Group box</legend>
     This is for testing
 </fieldset>
Regards
Raja

Similar Messages

  • Create header file based on data in Data file

    Hi,
    For Data File: created an interface to extract data from table to data file.
    1) Now i want to create a header file which contains info like :
    Created On: #Rows Fetched:
    2) I also want to create a footer, which contains info like:
    SUM(AMOUNT) (amount is one of the columns of data file)
    How do i implement this using an interface?
    Thanks.

    Step 1. Create a Variable Header - Call the count using some thing like this SELECT COUNT(*)||CHR(10) FROM TABLE
    Step 2. Call it in OdiOutFile
    Step 3 . Call the Interface to load from table to File using [ IKM SQL to File Append  with create Header option - no ]
    Step 4. Create another Variable Footer - Call the sum in the Refreshing Tab
    Step 5. Call it in OdiOutfile with Append option Checked
    Note - Make sure you use the same File Name for all the three places.
    There are other ways too but this is simple way. Hope this helps.

  • How To Create Drop Down Menu With Tab

    hi
    How To create Drop Down Menu with tab in Header of application like website Horizontal Dropdown Menu In html.
    Thanks
    Manoj
    Edited by: Manoj Kaushik on Dec 30, 2009 4:16 AM

    Try the Apex forum {forum:id=137} someone there may have an answer.
    Which version, that could be important, XE out-of-the-box has apex 2.1 if it hasn't been upgraded to 3.x

  • How can i create Header and items in SMART FORM

    Hi Experts,
    How can i create Header and items in SMART FORM in the below driver program.
    _Header fields_
    SELECT BUKRS BUDAT GJAHR CPUDT USNAM BLART BELNR XBLNR BLDAT WAERS KURSF
      FROM BKPF INTO CORRESPONDING FIELDS OF TABLE IT_HEAD WHERE BELNR IN S_BELNR AND BUDAT IN S_BUDAT AND GJAHR EQ S_GJAHR AND BUKRS EQ S_BUKRS AND CPUDT IN S_CPUDT AND USNAM IN S_USNAM.
    Item firlds
    SELECT BUZEI BSCHL SGTXT SHKZG KOSTL PRCTR WERKS WRBTR HKONT KUNNR ZFBDT FROM BSEG INTO CORRESPONDING FIELDS OF TABLE IT_ITEM
      FOR ALL ENTRIES IN  IT_HEAD WHERE BELNR = IT_HEAD-BELNR AND GJAHR = IT_HEAD-GJAHR AND BUKRS = IT_HEAD-BUKRS.
      LOOP AT IT_HEAD.
    MOVE-CORRESPONDING IT_HEAD TO FINAL.
        LOOP AT IT_ITEM
        WHERE BELNR = IT_HEAD-BELNR.
          MOVE-CORRESPONDING IT_ITEM TO FINAL.
    ENDLOOP.
    ENDLOOP.
    Regards,
    Sreedhar.

    for these internal tables you can pass some Identifier  for both tables.
    in header file : IT_HEAD
    IDENT   type  char10,
    BUKRS type BUKRS,
    BUDAT type BUDAT,  like
    in header file :IT_ITEM
    IDENT   type  char10,
    BUZEI type BUZEI,
    BSCHL type BSCHL,  like  in item data
    you need to fille the  IDENT value like
    IT_HEAD:
    10 -- DE01-- 10.20.2009
    20 -- CH01-- 10.20.2009
    IT_ITEM
    10 -- 1234-- KSCHL value  like all records
    10 -- 2345-- KSCHL value  like all records
    10 -- 6783-- KSCHL value  like all records
    20 -- 3452-- 1KSCHL value  like all records
    20 -- 4532-- KSCHL value  like all records
    20 -- 4535-- KSCHL value  like all records
    in smartform you need to create 2 tables.
    or create
    LOOP  with IT_HEAD
    table with IT_HEAD
    table with IT_ITEM
    and put the condition for each table in  DATA tab where condtion  like IDENT = IT_HEAD-IDENT
    in item table also INDENT = IT_ITEM-INDENT..

  • Creating Header and Footer in ALV

    hi,
    can anyone please tell how will you create Header and Footer in ALv and Classical Report.

    Hi,
    In classical report use events 'top-of-page' for header and 'end-of-page' for footer.
    in ALV
    follow this link
    http://www.sap-img.com/abap/test-alv-display-with-header-footer.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/header-footer-display-in-alv-grid-for-layout-description-344391
    Regards and Best wishes.

  • How can i create  excel sheet with multiple tabs using utl file?

    how can i create excel sheet with multiple tabs using utl file?
    any one help me?

    Jaggy,
    I gave you the most suitable answer on your own thread yesterday
    Re: How to Generating Excel workbook with multiple worksheets

  • LIKP-KODAT from  transaction VL02N in header data in processing tab non edi

    Hi gurus i want to make the field LIKP-KODAT from  transaction VL02N in header data in processing tab.
    is any way to make this by the spro transaction?
    Thanks.

    Hi,,
    what do you want to do with the meitoned field?? you did not mention that..
    SB

  • How create header with user id time date to VC-report's output as display ?

    How create header with user id time date to VC-report's output as display ?
    This info should come from the VC - not all the way from R3-side via FunctionModule/BABI. So only userid, date, time to output as normal text (which is not editable of course). Thanks =)

    Hi ann-mari
    Go through following link may it help u
    Form Item disabled based on portal role
    /people/community.user/blog/2007/01/17/visual-composer-explorations-using-portal-roles-to-influence-ui-element-behavior
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/usingrolestoinfluenceapplication&
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passingvaluesvia+URL&
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1
    Best Regards
    ````Satish````

  • How to Create header text in Quotations?

    Helli Experts,
    Can anybody of you tell me how to create Header text for Quotations in SD?
    I want to fetch it into Layout Set. I want to hardcode it.
    Harish

    Hi,
    Use the SAVE_TEXT and READ_TEXT Function module to create a header text through program.
    Prabhudas

  • Could not create header data delivery 0180000229, system ERP_800

    Hi EWM Gurus,
    Kinldy help us in resolving the below issue .
    When we save the inbound delivery in ERP system , we get the below error in SCM(EWM) system.
    System is not creating the inbound delviery notification in SCM due to this error.
    ERRORS
    1.Could not create header data delivery 0180000229, system ERP_800
    2.Application error: Exception in method EXECUTE of Determ. IDR_HDR_044
    3.Application error
    4.An error occurred during validation of the object     
    Thanks in advance
    Jayamohan

    Hi,
    I am receiving the same message. Can you please let me know the solution if you have resolved this one.
    Thanks in advance...
    Sam

  • E : could not create header data delivery in EWM system

    Hi Experts.
    Inbound delivery (vl60) from ERP (itu2019s stuck in outbound queue: smq1) to EWM. Application log EWM system below.
    ERP/EWM Interface Appl log
    E: could not create header data delivery < dly number >, system < BS System >  (Msg id: /SCWM/ERPINTEGRATOIN012)
    S: supply chain unit < SU NO > found for erp warehouse number < WM NO>
    S: EWM Document type INB for ERP delivery type EL found.
    W: No date/time type found for ERP date/time IDDOCUMENT.. (Msg id: /SCWM/ERPINTEGRATOIN054)
    W: No date/time type found for ERP date/time IDINTRANS.
    W:No date/time type found for ERP date/time IDVERSION.
    S: Date/time type TDELIVERY found for ERP date/time WSHDRLFDAT
    S: Business partner <BP NO > for ERP Partner <P NO> found.
    S: NO document found
    E: application error
    E:an error occurred during validation of object.
    POST-Processing Framework Appl log
    Processing /SCDLT/TS_TRANSFER is started
    messages for doc:IDR < dly no >
    Started Transition successfull
    preparation for database access successfull
    start access to document flow successfull
    step determination successfull
    step proecssing successfull
    start checking whether action 022 successfull
    start data transfer successfull
    start checking whether action 020 in ERROR
             Action not executable
            config. error method CHECK of validation PDI_HDR_ERP_PARTNER Not implemented
            config. error method EXECUTE of validation PDI_HDR_ERP_PARTNER Not implemented
             error in step processing
            action 020 not allowed
            transition failed
           Action not be successfully executed
    could any one guide me to solve the issue.
    Kind regards
    Edited by: Rahman Abdul on Jun 20, 2011 9:33 PM
    Edited by: Rahman Abdul on Jun 20, 2011 9:33 PM
    Edited by: Rahman Abdul on Jun 20, 2011 9:34 PM

    Hello,
    In SPRO, you need to maintain the entries for:
    No date/time type found for ERP date/time IDDOCUMENT.. (Msg id: /SCWM/ERPINTEGRATOIN054)
    W: No date/time type found for ERP date/time IDINTRANS.
    W:No date/time type found for ERP date/time IDVERSION.
    This can be found in EWM > EWM > Interfaces > ERP Integration > Delivery Processing > Map Date Types from ERP System to EWM.
    Cheers,
    Paulo

  • Creating header in printout of ALV report in WD4A

    Hi
    I have created one alv report in WD4A. When I click on the "print version" button, the report appears in pdf format.
    I want to create header on that pdf output. Please let me know how can i do that ? . it is coming on alv but not on pdf.
    The code follows:
    DATA: l_ref_cmp_usage TYPE REF TO if_wd_component_usage.
    l_ref_cmp_usage =   wd_this->wd_cpuse_ztime( ).
    IF l_ref_cmp_usage->has_active_component( ) IS INITIAL.
      l_ref_cmp_usage->create_component( ).
    ENDIF.
    DATA: l_ref_interfacecontroller TYPE REF TO iwci_salv_wd_table .
    l_ref_interfacecontroller =   wd_this->wd_cpifc_ztime( ).
      DATA:
        l_value TYPE REF TO cl_salv_wd_config_table.
      l_value = l_ref_interfacecontroller->get_model(
    *set header for the table
    data: lr_table_settings type ref to if_salv_wd_table_settings.
    data: lr_header type ref to CL_SALV_WD_HEADER.
    lr_table_settings ?= l_value.
    lr_header = lr_table_settings->get_header( ).
    lr_header->set_text( 'ATTANDENCE LIST' ).
    *PDF output header
    data: pdf_header TYPE REF TO IF_SALV_WD_PDF_SETTINGS.
    pdf_header ?= l_value.
    data: lv_head type abap_bool.
    call METHOD pdf_header->set_export_no_tol( 'X' ).
    lv_head = pdf_header->get_export_no_tol( ).
    regards
    Vishal kapoor
    Message was edited by:
            vishal kapoor

    if you're still having this problem, try this (given your own code sample):
    data:
      lv_header type string.
    pdf_header ?= l_value .
    CONCATENATE 'My header text' INTO lv_header RESPECTING BLANKS .
    pdf_header->set_header_left_freetext( lv_header ).
    pdf_header->set_header_left( if_salv_wd_c_pdf_settings=>text_free ).

  • Create header in webcenter sites

    Dear All,
       I am new to oracle webcenter site 11g version .I feel difficult to create header for my web page with submenu.

    Hi ,
    Can you elaborate the problem you are facing?
    Do you want to create a menu displayed on top of your window like the FSII or Avisports?
    Thanks,
    G.

  • EBP - creating header pricing to Order and splitting the cost to the items

    Hello all,
    I need a "cookbook" to create header pricing in the Order automatically according to customer fields. The purpose is to add general costs to the items without user's intervention.
    I also need a "cookbook" to split these costs from the header to the items automatially, so each order item receive the relational cost.
    Any help would be appreciable
    Thanks
    Isaac

    Dear Poster
    Your thread has had no response since it's creation over
    1 year ago, therefore, I am closing the thread.
    Should the issue still be outstanding please create a new thread in the relevent forum.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Every page I create in iWeb becomes a tab. How do I 'collapse' some of the tabs under one of the other pages?

    Every page I create in iWeb becomes a tab. How do I 'collapse' some of the tabs under one of the other pages?

    Just for future reference, iWeb has its own forum, in the iLife section, at  https://discussions.apple.com/community/ilife/iweb 

Maybe you are looking for

  • Remote install OS X on Mac Mini (sans disk drive)

    I wanted to sell my Mac Mini so I went through the process of deleting the harddrive using that command-r screen on load up. But I completely forgot about re-installing the operating system. So now I get the blinking folder icon when it boots. How do

  • Require PDF File attachment in Mail

    Hi Experts, I am doing the Proxy-XI-Mail scenario. I am sending the Mail related data like Content, Content_Type from R/3 to XI and configured the Mail receiver adapter. R/3 coding:- G_ALERT_INPUT-MT_R3REQUEST_MAIL_SEND-MAIL-CONTENT_TYPE = 'applicati

  • JDI Transport issue

    Hi All, We are on AIX/ EP 6.0 SP 15/ oracle 9i. JDI SP15 Our java development system (JDI) landscape is mentioned below Development: JDI system - SAP J2EE, JDI Consolidation: EP Development - SAP J2EE, EP 6.0 Test: EP Quality - SAP J2EE, EP 6.0 Produ

  • BACKUP AND RECOVERY USING RMAN

    제품 : ORACLE SERVER 작성날짜 : 2003-08-04 BACKUP AND RECOVERY USING RMAN ============================== 1. Backup Method 1.1 backing up in noarchivelog mode SVRMGR> shutdown; SVRMGR> startup mount rman을 가동시킨 후 다음을 수행 run { # backup the database to disk al

  • Address Bar Question

    On the Windows platform, if you click in a browser address bar it automatically highlights the entire address. Is there a way to get the Mac to default to this. On both Safari and Firefox 2.0 I either have to swipe the entire line or right click and