Coding block extension imacting existing ledger

Hello,
Does somebody know if when extending the coding block with a new field, this automatically adds this field into all existing ledgers (total and line item tables) ? I raise this question because we intend to do this in a productive system. In this case do we need to plan a whole regenration of those ledgers when we put the change in production ?
Thanks.

hi vinod,
thank you very much for the reply.
if i get it right the first two function modules don't have any functionallity for making subtotals. the next two just put excel-data into internal format.
the last may be a possibility to use an external excel makro .
but i think it must be possible to do this by OLE.
best regards,
matthias

Similar Messages

  • Image blocker extension for Safari

    Sometimes I have slow connnections and/or bandwidth limits and would like to block images from loading on all sites. I'd also like an image placeholder that can be clicked to load selected images—like a Flashblocker works.
    Does anyone know of a Safari extension that does this? Im using OS 10.6.8 and Safari Version 5.1.10.
    Thanks,
    Bill

    Other than Safari's Preferences > Security setting "block pop-up windows"  a completely reliable popup blocker or ad blocker does not exist. Adblock Plus is popular, but it will cause some websites to break or to render improperly. Whatever you choose be aware of those unintended effects. Disabling them is easy enough.
    Edit to add: ClickToPlugin (a superset of ClickToFlash) is one I like, but it's not intended to be all-encompassing popup blocker: https://hoyois.github.io/safariextensions/clicktoplugin/

  • CO-PA characteristics population from coding block

    Hi I have defined couple of custom fields in my coding block (GL field extensions).
    Users will be populating these fields while posting the document.
    Is there nay way ( config, substitution or user exit ) thru which we can populate these fields in profitability segment ( CO-PA characteristics )?

    Hi,
    I reckon that you would like to have attributes in those custom fields as COPA characteristic? if so, firstly you would need to add a Characteristic to Operating Concern and Segment.
    Are the values in those custom fields in your coding block being derived from other attribute, for example, material master or customer master? If that is the case, you would be able to use Derivation or Table look up.
    If that is not possible to derive or look up from a table and need to transfer from coding block, you may explore the possibility to activate SAP enhancement COPA0001.
    Hope that helps
    taro

  • Coding Block Error in Challan Updation Process (T-code J1INCHLN)

    Hello,
    We are planning to migrate to Extended Withholding Tax from 1st April 2010. However we are facing some issue in the Challan Updation Process (J1INCHLN)
    After entering the selection screen parameters and on clicking the execute button, the Bank Line Item with Posting key 50 shows the amount as 1.00 with the following coding block message u201CField COBL-GSBER does not exist in screen SAPLKACB 0002u201D
    Steps:
    1) After entering the relevant parameters,when we click on execute, a coding block popup is displayed for the Bank Line Item with amount 1.00.
    2) On clicking the Continue Button, nothing happens. However on clicking the Cancel Button, the document overview screen is displayed
    3) When we click on Process Open Items,The Bank Line Item with posting key 50 does not appear and due to this there is a difference of amount which is displayed in the u201CNot assignedu201D Text Box
    4) We even tried to implement the SAP Note 1077602 (Error in field 'COBL-GSBER' - screen SAPLKACB 0002) but this note is not getting implemented stating SAP Note does not contain valid correction instructions
    5) We have even set the field status of Business Area (GSBER) to Optional in both GL field status group as well as the Posting key. But still this issue remains unresolved
    Request you to please provide a solution for the above issue
    Thanks and Regards,
    Sumita

    Have u got the solution?
    Pls let me know....

  • Some question about coding block

    Hi,
      when establish a special purpoe ledger, a coding block field is established, but I can't find any new field in t-code oxk3. so I want to know what the fields such as SAP stand account assignments and Customer-defined account assignments mean in t-code oxk3. And is there any relations between these fields and speical purpose ledger?
    Thanks

    The default password for Web Cache is: administrator
    See walkthrough on the sample code page: http://otn.oracle.com/sample_code/products/ias/content.html
    HTH,
    Ashesh Parekh
    Oracle9iAS product management

  • Problem in Coding Block during the Acc Doc posting BAPI_ACC_DOCUMENT_POST

    Hi,
    I have a problem in the Coding Block of a FI invoice Document posting. In our project, we have implemented substitutions to derive SBL;SEGMENT field in the line item of a GL Account.
    I have created a program and in that i'm using BAPI_ACC_DOCUMENT_POST for posting the Accounting Document. During this BAPI call, it is not deriving the values of SBL and SEGMENT.
    But, when i'm posting through transaction FB01; the substitutions are getting triggered and finally values are being derived.
    Can anyone help on this as to why these values were not derived when it is being called through BAPI_ACC_DOCUMENT_POST. For COBL; is it really possible to post through this BAPI or something more has to be done.
    Very urjunt !!! Please
    Awaiting your valuable answers.
    Thanks
    Rohith

    Hi Rohith,
    to populate correctly the profit. Segment you should fill in the information used in derivation inside the BAPI CRITERIA table structure.
    In the below example the profit. Segment is derived from Sales Org. (VKORG) and Distribution Channel (VTWEG).
      Fill CRITERIA for CO-PA (Profitability Segment)
        REFRESH lt_criteria.
        wa_criteria-itemno_acc = lv_itemno_acc.
        wa_criteria-fieldname  = 'VKORG'.
        wa_criteria-character  = '1080'.
        APPEND wa_criteria TO lt_criteria.
        wa_criteria-itemno_acc = lv_itemno_acc.
        wa_criteria-fieldname  = 'VTWEG'.
        wa_criteria-character  = '01'.
        APPEND wa_criteria TO lt_criteria.
    If you need further information, please post your doubts here.
    Regards,
    Antonio
    Edited by: indetony on Sep 9, 2011 12:46 AM

  • What is the signiface of Account Assignment (Coding) Block: Details

    Hi what is the signiface of Account Assignment (Coding) Block: Details
    what is its effect in PO

    Hi,
    Material are procured as stock or non-stock materials. When you procure material which can be used in production of finished product ,stock is maintained.
    Account assignment category describes how the procured material is being used (for eg: Cost Center, Sales Order, etc). It also determines how the accounting entries made when a GR document or IR document is posted.
    When you use the Account Assignment Category "K", it means the material is allocated to a cost center for consumption. The Materials is accounted to the particular cost center.
    Account Assignment Category "P" is used for materials that are required for the project related.
    Hope it helps.
    Regards,
    Bijoy Kumar

  • Adding Trading Partner to Coding Block subscreen

    Hello All,
    The company that I work for have a need to add Trading Partner field to Coding Block subscreen to allow manual and in batch population of this field.  I have added Trading Partner to all custom coding block subscreens via transaction OXK1 but the field is still not available in FB01 when 'More' button is clicked in the document item.  It needs to be there because the standard SAP interface program RFBIBL00 expects it there for Account Type S.
    Could you please let me know how I can make this field available in the Coding Block subscreen?
    Thank you so much!

    Hi,
    Please check in field status group, see if you set the field "visible"
    Regards,
    Pole

  • Problem with coding blocks

    Dear All,
    I am doing a BDC for  a particular transaction. The BDC program defaults some values. The problem is , at a particular screen the coding blocks screen was popping up..I did n't code this coding block screen..I want to supress that coding block screen. Client does n't wants the coding blocks screen.. Can some one help me to supress these coding blocks...
    Thanks in advance,
    King.

    BDC behave differently in background, so where ever coding block page comes out just key-in enter, you cannot surpress this value.
    Ex: BDC_OKCODE   "=ENTE"
    It will solve your problem.
    Reward points if useful.
    Regards,
    SaiRam

  • FB01 BDC Program Posting Error in a coding block

    Hi,
    I am trying to write a BDC for fb01 transaction with posting key 31 and 40.
    But I am getting a coding block as a popup in FB01 trsanction on screen number 'SAPLKACB' '0002'.
    I am passing costcentre and Internal Order and then passing an Enter f code for this...But still i am getting a message that Input data not passed to this screen..
    If i run this in All screen mode by manually putting enter its working if i try to put an enter programatically its not working..
    Your Answers will be Appreciated..
    Please let me know if you come across this any time..
    Thanks
    Srinivasa

    Hi,
    I personally feel that instead of doing a BDC for accounting document post using FB01, please use the BAPI - bapi_acc_document_post
    Regards,
    Sridevi

  • Coding block in BDC program Tcode F-63

    Hello Techies,
                        Please help me in removing coding block in execution of BDC program for F-63, it is asking me to put Business Area. 

    Harshal, can you provide more details? It seems like you BDC is missing some mandatory field and you either need to get that from your input file or thru some other logic in your program.
    Vikram.M

  • Embed coding block into initial post w. clearing trans

    Hi
    How can i embed the fields from coding block into the data item in the FB05 transaction so that poeple dont get the coding block displayed as a independent follow up screen?
    When we use the f-02 transaction the field costcenter is already included in the item screen so there is no pop of the coding block screen but when you try to do it from FB05 costcenter is not included in the item screen so it gives you the pop up with costcenter.

    Hi JM
    Like Alec said we need to see your folder structure, before we can comment on your path structure; clearly HTMLResources/js/jquery.js is correct, it's what comes before that could be the problem.
    cheers
    Alistair
    P.S take a look at this from the Adobe docs; you can see from these how the path structure changes depending on what you are doing.
    InDesign source document
    In the URL field of either a hyperlink or button, enter the path without http://, navto://, or any other prefix. Example:HTMLResources/Cartoons/train1.html
    HTML article
    From an HTML article, specify the location. Example: <a href="../HTMLResources/Cartoons/train1">See Train Cartoon Gallery</a>
    Web Content overlay
    Web Content overlays are nested two levels deeper than an HTML article. Example: <a href="../../../HTMLResources/Cartoons/train1">See Train Cartoon Gallery</a>

  • MB1C Upload Program Coding Block Screen

    Dear Experts,
                       I have created an upload recording of mb1c transaction. After adding header data I have created it's classification entries. Recording has been created successfully. But; when I execute this recording to upload tab-delimited text file data, it shows a CODING BLOCK screen before the classification window opening. and return to header screen. Why this CODING BLOCK screen is appears; while during recording creation this screen does't appears.
    Can Someone please suggests me a solution to skip CODING BLOCK screen.
    Thanks and Regards,
    Sohail

    Coding Block Screen; that could be a Configuration problem. Me solved this problem through two uploads using MB1C and MSC1N.

  • Maintain Subscreen for Coding Block

    Dear Guys
    I have a requirement to create a subscreen for a FI transaction. I know that this can be done using OXK1. I have already created a subscreen. But I want to know that how can I link that subscreen with a particular Transaction.
    e.g I have made a subscreen in Maintain Subscreen for Coding Block. Now how can I guess which transaction will call this sucscreen.
    As a ABAPER I think there would some user exit or enhancement through which we call these subscreens for a particular Transaction.
    Pls give a detailed answer, I have created a subscreen but dont know how to link it with a particular T-Code in FI
    . Thnx

    Will any body tell me from where I can find out a complete documentation on FI Coding Block. Documentation is sap.help.com is not helping me.
    Will any body explain what is the coding block and how it can be used.
    Thnx

  • Coding blocks

    Dear All,
    I want to add a field in posting accouting document screen for cash flow statement  purpose. which is used to classify the fund accounts.how should I do?
    which is the transcation code in configuration?
    Thanks!
    Fanny

    try creation a coding block for subscreens - OXK1
    Praveen.

Maybe you are looking for