Coding block issue

Hi Experts,
    I have added some fields to FI business according to technology coding block. There was no error message when I done this. But now some SAP standard programs dump and the system hints me that some standard programs have error code because of my modification. I did not modify the standard program,only use coding block to add some fields.
  For example, The T-Code F.14,which calls the program  SAPF120 dynamically, and SAPF120 has some error codes blow:
    IF IS INITIAL.
  ELSE.
    CLEAR FTC.
    FTC-FNAM = 'TIBAN-IBAN '.
        FTC-FVAL = .
    APPEND FTC.
  ENDIF.
I don't know how these codes generate?Any one encouter this issue?Could you please help me ??
Thanks in advance. Villy.Lv

Hi ,
I have added the coding block fields in BSEG with OXK3 transaction and those fields have appeared in BSEG table. But Icannot find them in FB01..Can you tell me what should i do for them to come in the transaction?
Thanks,
KP

Similar Messages

  • Coding Block for BDC MB1C

    Hi Experts,
    While running BDC for T-code MB1C i am getting error pop-up as coding block and its skipping the batch and its getting stop there..
    Please help me to resolve the issue...

    hi,
    check these.
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=6660067]
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=3308056]
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=3196807]

  • 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....

  • 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.

  • 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 in LSMW recording via MB1C

    Doing Inventory load by LSMW, when recording with T.Code MB1C, in 2nd screen getting a "coding Block". How to go around it it.

    through LSMW the MB1C Recording not support, you can go for below standard methods like
    Batch Input
    Object               0110   Goods movement
    Method               0000
    Program Name         RM07MMBL
    Program Type         B   Batch Input
    or BAPI method
    Business Object      BUS2017      Goods Movement
    Method               CREATEFROMDATA              Post Goods Movement
    Message Type         MBGMCR                      Post goods movements with MB1c
    Basic Type           MBGMCR03                    Post Goods Movements with MB1C

Maybe you are looking for

  • Reg Conversion of Excel to XML

    Hi All, I have a requirement where we should convert the exce filel to XML file in our project. Searching SDN i found a saptechnical doc. Adapter modules has to be written for this. This is the first time I'm writing a module. Is it possible to test

  • Displaying 4 Text Areas in Swing.Help required.

    Folks I need to define 4 Text Areas in Swing in the following pattern: 1 -- 2 3 -- 4 where 1,2 3 and 4 are TextAreas, As of now I can get 2 text Areas :1 and 3 only by the following code: public class 4TextAreas extends JFrame private Container c; Bo

  • How not to loose my songs

    Hello, In the past I have had to rebuild my PC's or reload something and in each case when I reload the Itunes software and then plug my Shuffle into the PC it states: The Ipod "Clays Ipod" is synced with another Itunes library. Do you want to erase

  • Print job from Windows hangs in iMac print queue - help please!!!

    I have a new iMac core duo and am trying to print to my Epson Stylus CX4600 from Windows. Bonjour sees the printer and sets it up, the print job seems to go just fine, but when I check my G5 (the Epson is connected to the G5) I see the job stopped. I

  • After upgrading to any version after 11.0.06 we are experiencing grey screen / empty window with opening .PDF's from network locations.

    While using Onbase, we have a custom app that will call an attached .pdf ( from a network share) and open it within a separate IE window/ process, since upgrading beyond 11.0.06 ( 11.0.07, 11.0.08 and 11.0.09) we have are starting to experience grey