Include in table GLFUNCT

Hello,
I would like to know if is possible to add an include in the table GLFUNCT which contain field BILKT-Group Account Number.
So I know that if exit someone, I've to include by the transaction SMOD, but some of you know if exist some enhancement that permit me to include this field in the table that I've commented you?
Thanks in advance,
Regards.

HI,
To add a field you can append custom Z structure containing your field
- first create your structure in SE11
- Add the structure to the table GLFUNCT in the menu toolbar GOTO--> Append structure
get help from abapper to acheive the required steps
Hopes it was helpfull

Similar Messages

  • How to create an explain plan with rowsource statistics for a complex query that include multiple table joins ?

    1. How to create an explain plan with rowsource statistics for a complex query that include multiple table joins ?
    When multiple tables are involved , and the actual number of rows returned is more than what the explain plan tells. How can I find out what change is needed  in the stat plan  ?
    2. Does rowsource statistics gives some kind of  understanding of Extended stats ?

    You can get Row Source Statistics only *after* the SQL has been executed.  An Explain Plan midway cannot give you row source statistics.
    To get row source statistics either set STATISTICS_LEVEL='ALL'  in the session that executes theSQL OR use the Hint "gather_plan_statistics"  in the SQL being executed.
    Then use dbms_xplan.display_cursor
    Hemant K Chitale

  • RE: Include customized table into MM_EKKO archiving

    I had a customized table, ZEXP_PO that shares the same key as EKKO.
    I want to include this table during the archiving for MM_EKKO.
    Can any guru shares on how to configure it?
    Do I need to create a new customized program to archive as well as  delete?

    Hi,
    You can enhance the write program RM06EW47 using the BAdI ARC_MM_EKKO_WRITE. This BAdI is used to write the customer specific table entries to the archive. It is called within the write program for each  business object between the call function ARCHIVE_NEW_OBJECT and ARCHIVE_SAVE_OBJECT.
    Hope this helps.
    Cheers!
    Samanjay

  • How to include in table of contents the list of figures and list of tables?

    How to include in table of content the "Table of contents", "List of figures" and "List of tables"? All are generated with function Table of contents, but they will not appear in generated table of contents even if they have proper style of headings - Heading 1, as other chapter.
    I get this in generated Table of contentes of my dissertaion thesis:
    Table of contents
    Preface
    Table of contents <- missing
    List of tables <- missing
    List of figures <- missing
    Introduction
    Main
    Conclusion
    Is it ok, that generated lists are not included in table of contents?

    You've just confused me.
    My understanding of how this is set up is that either:
    This is a book, and there is a master TOC that includes all book documents and a document-specific TOC in each component file, or
    This is a single file and there is one master TOC that includes all sections and a section-specific TOC that includes only the individual section.
    In the first case, I think you would want two TOC styles set up, one that includes the chapter heads (if I understood how you said this worked) for the for the master, and you would include all docs in the book when you generate it, and a second style for the individual chapters, with the subheadings you want to include.
    In the second case, it would be similar, but instead of only one style to cover the section TOCS, I think you would need to create a unique set of pargraph styles for the headings in each section (they can all be the same format, based one section, just with unique names), and then make a TOC style for each section that includes only the styles from that section.
    OK,  wait a sec. I just reread what you said: "Another thing: when the numbers are "linked" and updating well, they  display indide a little box. Not a text box, but a kind of little frame  around the numbers. That frame makes it imposible to delete just one  number: when the TOC says that Section 6.1 is in page 135, for example,  you cannot delete just the 5, it deletes, not just the 3 numbers, but  also the doted tab."
    I think these are NOT normal TOCs created by using Layout > TOC (but you could replace them with ones that are, if you set up your styles properly and the text you want to include is appearing on the pages). Those little boxes you mention sound like cross-references, which should update automatically without any intervention at all. Unfortunately, cross-refs can be flakey, especially if they point to another document. I'd open the cross-refs panel and see if you need to recreate a bunch of links.

  • Unable to include VARI table in "Tables Excluded from REORG" No Edit options

    I am trying to remove the table VARI from the automatic reorg in the dbacockpit.
    Steps followed :
    -> Configuration
    -> Automatic Maintenance
    -> Automatic REORG
    -> Tables Excluded from REORG
    Issue : Unable to include VARI table in "Tables Excluded from REORG" No Edit options .

    Hello Arun,
    Automatic reorg of the tables/indexes is done on the basis of result provided by script REORGCHK which runs on regular basis to analyse the table with huge growth and more fragmented blocks.
    Since the default filter for reorg is set to size' 1,000,000 KB', table which has bigger size than the default value, needs to be reorganized as per the standard configuration.
    To exclude table VARI, modify the filter clause, and update the policy using procedure Automaint_set_policyfile(). You then can verify again using automaint_get_policyfile(). The procedures are documented in the IBM DB2 InfoCentre. If you need assistance, please let me know.
    I suggest to take the exported policy, and just add table VARI in the filter clause. The section could read as follows.
    ========================================================================
    <FilterClause>TABSCHEMA NOT LIKE 'SYS%' AND (TABSCHEMA, TABNAME) NOT IN
    (SELECT TABSCHEMA, TABNAME FROM SYSCAT.EVENTTABLES) AND (TABNAME <>
    'VARI')</FilterClause>
    ========================================================================
    Then apply this policy, and check results.
    Please provide feedback.
    Best Regards,
    Gunjan

  • Unable to include a table in a Physical Model Diagram via the RON

    Hi,
    In Designer 10g I am unable to include a table in a Physical Model Diagram (Edit > Include) if I open the diagram via the RON, but it works if the diagram is opened via the Design Editor.
    I found Doc ID268944.999 on Metalink which seems to detail the same problem, but no solution. So does this only work via the Design Editor now?
    Thanks,
    Antony

    I tried to find the item on Metalink but could not find it.
    I have never tried to move tables in the RON to an SMD.
    Of course I do not know why you would want to do that. The DE does it so nicly.
    What error message are you getting?
    Tell me exactly what your doing and I will try it here.

  • Can we include a table data inbetween a paragraph using a text module

    can we include a table data inbetween a paragraph using a text module or standard text.
    For eg:
    This is the output for purchase order &itab-ebeln& and this purchase order &itab-ebeln& has been released.
    I want the purchase order number to be placed inbetween these line as shown above. Can anyone help me on how to do this.
    Regards,
    Rose.
    Edited by: camila phyrose on Feb 18, 2008 11:11 AM

    Hi,
    You can do this in the Text module by adding the fields with the 'Insert field' icon (just as you would with a text element).  The Text module doesn't understand their content, but at runtime provided your smartform does this will work.
    Regards,
    Nick

  • Adding Pages Document which includes a table to Iweb.

    Hello All,
    Im creating a website on Iweb and would like to add a "pages document" which includes a table to it. Doesnt seem to be all that easy?
    Would appreciate any help.
    Thank you.

    Don't confuse the Operating System (yosemite) with the version of Pages.
    It sounds like you have Pages 5.5.3.
    It only works in Pages '09, like 100+ other features only work in Pages '09 and previous.
    Peter

  • Including inetrnal table as deep structure

    Hi All,
    All ready Iam having a internal table and I want to add a new internal table inside the old one as deep structure. How can I do that?
    Thanks in Advance,
    Rani

    Hi
    You  can include the Internal table with in another internal table .Here is the Example.
    Structures :
              DATA: BEGIN OF WA_SBOOK,
                    BOOKID TYPE SBOOK-BOOKID,
                    SMOKER TYPE SBOOK-SMOKER,
                    LUGGWEIGHT TYPE SBOOK-LUGGWEIGHT,
                    WUNIT TYPE SBOOK-WUNIT,
                    END OF WA_SBOOK.
              DATA: BEGIN OF WA_SFLIGHT,
                    FLDATE TYPE SFLIGHT-FLDATE,
                    SBOOK LIKE TABLE OF WA_SBOOK,    "Including internal table
                    END OF WA_SFLIGHT.
                DATA: BEGIN OF WA_SPFLI,
                   CARRID TYPE SPFLI-CARRID,
                   CONNID TYPE SPFLI-CONNID,
                   CITYFROM TYPE SPFLI-CITYFROM,
                   CITYTO TYPE SPFLI-CITYTO,
                         SFLIGHT LIKE TABLE OF WA_SFLIGHT, "Including Internal Table
                         END OF WA_SPFLI.
    Internal Table Declaration.
    DATA TAB_SPFLI LIKE TABLE OF WA_SPFLI.

  • How to get information of 'include file', 'table', 'function' from the prog

    Hi all.
    I wanna know which 'include file', 'table', 'function' is used in the program.
    Firstly, I prepared user interface for entering the name of program.
    Secondarly,
    I made the way to confirm whether the program is exising or not by using TADIR.
    And I must use CROSS for getting information of function.
    But at the same time, I will use 'RS_GET_ALL_INCLUDES', 'RS_GET_TABLE_REFERENCES' for getting information of include file or table.
    After that, I have to report by using ALV.
    Then, I will use both of string getting from function by using above function and internal table getting from CROSS.
    How do I put together in  INTERNAL TABLE.

    hi,
    look F1 to abap command <b>scan</b> and <b>read report</b>
    A.

  • Any logical database including BKPF table

    Hi,
    please write me about the logical database that includes BKPF table in it.
    Thanks.
    deniz.

    Hi Deniz,
    The following LDBs have included BKPF table in E6S IDES.
    BMM                    Documents for Number
    BRF                    Document Database
    BRM                    Accounting Documents
    DDF                    CUSTOMER  DATABASE
    KDF                    Vendor Database
    SDF                    G/L Account Database.
    by
    Prasad GVK.

  • Including a Table in Mail Body

    Hi,
    How to include a table in Mail body? Kindly help me out.
    Thanks & Regards,
    Dhana

    Dhana,
    Download the data into excel sheet. For downloading data coding & info from the  the links below:
    Re: Excel in different  worksheets
    Re: Excel download to individual worksheets.
    http://www.sapdevelopment.co.uk/ms/ms_excel.htm
    Later you can send the file as an attachemnt with the mail body. Does this help to solve your problem.?
    Cheers
    Sukanta Rudra

  • How to include a table multiple times in InfoSet Query

    Hi,
    Is it possible to include a table more than once in an InfoSet Query, I created an InfoSet Query and Include Table A, then included Table B now i want to join Column 1 and 3 of Table A to be join with column1 of Table B, in other words, Table B is a Master data table, and Table A is a transaction data table, how this can be acheived.
    Thanks
    Akila. R

    You cannot achieve this.
    Instead, compound the column 1 with column 3 info objects and create join with Table B.
    This will result in same intended functionality.

  • Changed query to include new table

    I want to include new table recv_pmt_woff_recov in this query and do not want to change select stmt column list
    the table recv_pmt_woff_recov is similar in terms of data to txn_settlement.
    join columns for new table are liq_txn_ref_num,liq_txn_seq_num.
    I want to do a union all with txn_settlement and select list should not chnage.
    Also query should use the indexes and no full table scan should be performed
    Assuming existing join columns are indexed and index is also present on liq_txn_ref_num,liq_txn_seq_num.
    Data may/may not be present in this new table.
    Pl suggest a optimized query for this.
    existing query is below :
    SELECT BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM, BILL_DETAILS_CURR_HIST.BILL_REF_NUM, BILL_DETAILS_CURR_HIST.TIMESTAMP, TXN_SETTLEMENT.SETL_STATUS, TXN_SETTLEMENT.SETL_DATE, TXN_SETTLEMENT.CHARGE_TYPE, TXN_SETTLEMENT.CHARGE_AMT, TXN_SETTLEMENT.CUST_NUM, TXN_SETTLEMENT.FX_CONTRACT_AMT, TXN_SETTLEMENT.SERIAL_NUM, TXN_SETTLEMENT.WHEN_TO_LIQ, TXN_SETTLEMENT.PARTY_TO_CHARGE, TXN_SETTLEMENT.DR_CR_IND, TXN_SETTLEMENT.SETL_MTHD, TXN_SETTLEMENT.CONS_POST_IND, TXN_SETTLEMENT.COLLECTION_TYPE, TXN_SETTLEMENT.COLLECTION_DAY, TXN_SETTLEMENT.LIQUIDATE_DATE, TXN_SETTLEMENT.SETL_CCY, TXN_SETTLEMENT.SETL_AMT, TXN_SETTLEMENT.FLG_ADVICE_ADVANCE, TXN_SETTLEMENT.BANK_CLRNG_HOUSE_ID, TXN_SETTLEMENT.DATE_PAID, TXN_SETTLEMENT.FX_CONTRACT_EXPIRY_DATE, TXN_SETTLEMENT.FX_CONTRACT_RATE, TXN_SETTLEMENT.AMEND_ACTION, TXN_SETTLEMENT.CHARGE_CCY_CODE, TXN_SETTLEMENT.MIS_SPREAD, TXN_SETTLEMENT.INVERSE_EXCHANGE_RATE_FLAG, TRANSACTIONS.COUNTRY_CODE, TRANSACTIONS.LEG_VEH, MAP_SCHEMA_USAGE.SCHEMA_NAME, TRANSACTIONS.LEG_VEH_STATE, TRANSACTIONS.COUNTRY_STATE
    FROM
    TXN_SETTLEMENT, TRANSACTIONS, MAP_SCHEMA_USAGE, BILL_DETAILS_CURR_HIST
    WHERE
    BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM > ( SELECT LAST_SEQUENCE FROM MAP_TIMESTAMP,MAP_SCHEMA_USAGE
    WHERE MAPPING_NAME = 'map_trims_bill_curr_r2_settlement' AND
    MAP_TIMESTAMP.SCHEMA_NAME = MAP_SCHEMA_USAGE.SCHEMA_NAME )
    AND
    BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM <=
    ( SELECT LAST_SEQUENCE FROM MAP_TIMESTAMP,MAP_SCHEMA_USAGE WHERE MAPPING_NAME ='map_trims_bill_curr_r2_doc_boe_rec' AND
    MAP_TIMESTAMP.SCHEMA_NAME = MAP_SCHEMA_USAGE.SCHEMA_NAME )
    AND
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'FIN'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'PAY'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'LIQ'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'OST'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'CLS'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    AND TXN_SETTLEMENT.SEQ_NUM = '000'
    AND TRANSACTIONS.SEQ_NUM = '000'
    AND
    TXN_SETTLEMENT.REF_NUM =
    BILL_DETAILS_CURR_HIST.BILL_REF_NUM AND
    TRANSACTIONS.REF_NUM = BILL_DETAILS_CURR_HIST.BILL_REF_NUM AND
    TRANSACTIONS.REF_NUM = TXN_SETTLEMENT.REF_NUM AND TRANSACTIONS.SEQ_NUM = TXN_SETTLEMENT.SEQ_NUM
    ORDER BY
    BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM, BILL_DETAILS_CURR_HIST.BILL_REF_NUM

    Below query is using inline view txn_settlement.
    I would like to establish a join with another table bill_details_curr_hist which is in from clause.
    But there is an error raised invalid identifier.
    How can I achieve a correlated join in the inline view with another table in from clause
    existing query is below :
    SELECT BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM,
    BILL_DETAILS_CURR_HIST.BILL_REF_NUM,
    BILL_DETAILS_CURR_HIST.TIMESTAMP,
    TXN_SETTLEMENT.SETL_STATUS, TXN_SETTLEMENT.SETL_DATE,
    TXN_SETTLEMENT.CHARGE_TYPE,
    TXN_SETTLEMENT.CHARGE_AMT, TXN_SETTLEMENT.CUST_NUM,
    TXN_SETTLEMENT.FX_CONTRACT_AMT,
    TXN_SETTLEMENT.SERIAL_NUM,
    TXN_SETTLEMENT.WHEN_TO_LIQ,
    TXN_SETTLEMENT.PARTY_TO_CHARGE,
    TXN_SETTLEMENT.DR_CR_IND, TXN_SETTLEMENT.SETL_MTHD,
    TXN_SETTLEMENT.CONS_POST_IND,
    TXN_SETTLEMENT.COLLECTION_TYPE,
    TXN_SETTLEMENT.COLLECTION_DAY,
    TXN_SETTLEMENT.LIQUIDATE_DATE,
    TXN_SETTLEMENT.SETL_CCY, TXN_SETTLEMENT.SETL_AMT,
    TXN_SETTLEMENT.FLG_ADVICE_ADVANCE,
    TXN_SETTLEMENT.BANK_CLRNG_HOUSE_ID,
    TXN_SETTLEMENT.DATE_PAID,
    TXN_SETTLEMENT.FX_CONTRACT_EXPIRY_DATE,
    TXN_SETTLEMENT.FX_CONTRACT_RATE,
    TXN_SETTLEMENT.AMEND_ACTION,
    TXN_SETTLEMENT.CHARGE_CCY_CODE,
    TXN_SETTLEMENT.MIS_SPREAD,
    TXN_SETTLEMENT.INVERSE_EXCHANGE_RATE_FLAG,
    TRANSACTIONS.COUNTRY_CODE, TRANSACTIONS.LEG_VEH,
    MAP_SCHEMA_USAGE.SCHEMA_NAME,
    TRANSACTIONS.LEG_VEH_STATE,
    TRANSACTIONS.COUNTRY_STATE
    FROM
    TRANSACTIONS, MAP_SCHEMA_USAGE,
    BILL_DETAILS_CURR_HIST ,(
    select REF_NUM,SEQ_NUM,SETL_STATUS, SETL_DATE, CHARGE_TYPE, CHARGE_AMT, CUST_NUM, FX_CONTRACT_AMT, SERIAL_NUM, WHEN_TO_LIQ, PARTY_TO_CHARGE, DR_CR_IND, SETL_MTHD, CONS_POST_IND, COLLECTION_TYPE, COLLECTION_DAY, LIQUIDATE_DATE, SETL_CCY, SETL_AMT, FLG_ADVICE_ADVANCE, BANK_CLRNG_HOUSE_ID, DATE_PAID, FX_CONTRACT_EXPIRY_DATE, FX_CONTRACT_RATE, AMEND_ACTION, CHARGE_CCY_CODE, MIS_SPREAD, INVERSE_EXCHANGE_RATE_FLAG
    from txn_settlement a
    where charge_type not like 'RL%'
    and a.ref_num = BILL_DETAILS_CURR_HIST.BILL_REF_NUM
    and a.seq_num = '000'
    union all
    select LIQ_TXN_REF_NUM REF_NUM,LIQ_TXN_SEQ_NUM SEQ_NUM,null SETL_STATUS, null SETL_DATE, CHARGE_TYPE, posting_amt CHARGE_AMT, recv_pmt_woff_recov.CUST_NUM CUST_NUM,null FX_CONTRACT_AMT, pmt_serial_num SERIAL_NUM, WHEN_TO_LIQ, party_type PARTY_TO_CHARGE, 'D' DR_CR_IND, null SETL_MTHD,null CONS_POST_IND,null COLLECTION_TYPE, null COLLECTION_DAY,null LIQUIDATE_DATE, SETL_CCY, recv_pmt_woff_recov.SETL_AMT SETL_AMT,null FLG_ADVICE_ADVANCE,null BANK_CLRNG_HOUSE_ID,null DATE_PAID,null FX_CONTRACT_EXPIRY_DATE,chg_setl_fx_rate FX_CONTRACT_RATE,null AMEND_ACTION,posting_ccy CHARGE_CCY_CODE,null MIS_SPREAD,null INVERSE_EXCHANGE_RATE_FLAG
    from recv_pmt_woff_recov,acct_recv
    where recv_pmt_woff_recov.link_num = acct_recv.link_num
    and recv_pmt_woff_recov.liq_txn_ref_num = BILL_DETAILS_CURR_HIST.BILL_REF_NUM
    and recv_pmt_woff_recov.liq_txn_seq_num = '000'
    ) TXN_SETTLEMENT
    WHERE
    BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM > ( SELECT
    LAST_SEQUENCE FROM MAP_TIMESTAMP,MAP_SCHEMA_USAGE
    HERE MAPPING_NAME =
    'map_trims_bill_curr_r2_settlement' AND
    MAP_TIMESTAMP.SCHEMA_NAME =
    MAP_SCHEMA_USAGE.SCHEMA_NAME )
    AND
    BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM <=
    ( SELECT LAST_SEQUENCE FROM
    MAP_TIMESTAMP,MAP_SCHEMA_USAGE WHERE MAPPING_NAME
    ='map_trims_bill_curr_r2_doc_boe_rec' AND
    MAP_TIMESTAMP.SCHEMA_NAME =
    MAP_SCHEMA_USAGE.SCHEMA_NAME )
    AND
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'FIN'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'PAY'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'LIQ'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'OST'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    OR
    BILL_DETAILS_CURR_HIST.OLD_BILL_STATUS = 'IPR'
    AND BILL_DETAILS_CURR_HIST.BILL_STATUS = 'CLS'
    AND TXN_SETTLEMENT.WHEN_TO_LIQ != 'INI'
    AND TXN_SETTLEMENT.SEQ_NUM = '000'
    AND TRANSACTIONS.SEQ_NUM = '000'
    AND
    TXN_SETTLEMENT.REF_NUM =
    ILL_DETAILS_CURR_HIST.BILL_REF_NUM AND
    TRANSACTIONS.REF_NUM =
    BILL_DETAILS_CURR_HIST.BILL_REF_NUM AND
    TRANSACTIONS.REF_NUM = TXN_SETTLEMENT.REF_NUM AND
    TRANSACTIONS.SEQ_NUM = TXN_SETTLEMENT.SEQ_NUM
    ORDER BY
    BILL_DETAILS_CURR_HIST.UPDATE_SERIAL_NUM,
    BILL_DETAILS_CURR_HIST.BILL_REF_NUM

  • Why does IBA not include the table of contents when exporting to PDF?

    Why does IBA not include the table of contents when exporting in PDF? I can seee the TOC in iBooks Author but when I want to see what it looks like in a regular PDF, the TOC does not show up.

    Strange question you ask here. Not sure why that is relevant to "why" IBA won't publish a table of contents in a PDF.
    But since eyou asked, it's simple, I want to author some books in IBA and also see what they look like - completed - in PDF. Again, any suggestions as to a work around so I don't have to cut and paste back into Pages?

Maybe you are looking for

  • Follow up doc in R/3 using action profile

    Hi   1)How to create a follow up doc i.e billing doc in r/3 for sales order created in crm?    2) How to create a New Tab Using EEWB for Marketing campaign? its showing only basic data,channels... Regards, sanjana

  • How to share iMovie library with other accounts without duplicating files?

    I'm looking for information on how to share an imovie library with other accounts on the same computer without duplicating files.  If I  copy imovie files to the shared folder each user is required to import the files to their library which duplicate

  • Gears of War: Ultimate Edition at Best Buy

    The Locust Horde is a nightmarish race of creatures that surface from the depths of the planet. Only one squad can eliminate these hellish beasts from the surface — the Delta Squad. A disgraced former war hero, Marcus Fenix, is seeking personal redem

  • My search box disappeared...how do I get it back?

    I moved my search box to a new custom made toolbar. It was there for a while but now it is gone. I opened every toolbar and it is not on any of them. I looked in the toolbar customization thingy (where you get new buttons) and it is not in there eith

  • How to view the output maintained at handling unit level

    Hi All, How to view the output which was maintained at Handling unit level in the delivery. Say for ex:- If we maintain the out put type LD00 at delivery level, we can view the output for the same in the change mode of outbound delivery. In the same