CIN - EWT - J1INBANK Error

Dear All,
We have created a Remittance Challan using J1INCHLN. Now we are trying to update bank challan on tcode J1INBANK, but, the system is showing the following error.
"Clearing Document XXXXXXXX not relevant for challans update"
I am quite sure that the Company Code, Fiscal Year and the Document Number keyed in on J1INBANK is correct. But, still this error is thrown out by the sytem.
Could anybody please tell me what's the reason for this error and how to rectify the same..??
Warm Regards,
Neha

Dear Sankar,
Thanks a lot for your instant reply.
I checked the document in FB03 and it was correct.
As per your suggestion, now I will check J1INMIS and House Bank details and get back to you . . . .
Thanking you again,
Regards,
Neha

Similar Messages

  • \cintools\cin.obj : fatal error LNK1136: invalid or corrupt file

    Hi all;
    I am using winXP labView 7.0 and MVC++ 6.0
    I am trying to do a very simple CIN to get started I followed all the necessary stepes in the NI help manual
    http://digital.ni.com/public.nsf/websearch/01bd203de97aeba986256800007546bb
    I can compile it no problem but when I try to build the dll it sais
    \...\cintools\cin.obj : fatal error LNK1136: invalid or corrupt file Error executing link.exe.
    any ideas
    p.s. Its not the same problem where people are getting the Error with cmd.exe
    thanks in advance
    mushi
    Message Edited by mushi on 07-12-2005 09:49 AM

    Hi,
    Are you trying to build a CIN or a DLL? If you are buildinga  DLL, be aware that "a few of the steps necessary to create a CIN are not necessary in creating a DLL. Notably, the DLL does not need to link against cin.obj or lvsb.lib. Also, the build does not need to include the execution of lvsbutil.exe. However, be aware that functions specific to CINs (such as SetCINArraySize) will not work in a DLL."
    Hope this helps.
    Ankita

  • CIN-RG1-J1i5 Error

    Hi Friends,
    I am trying to update the material document in J1I5 t-code but it is throwing error traffic light.
    previously i had the same issue but i found that balnce is less in J_2irg1bal table. but now we have 4000 PC in in this table but i am just trying to update 84 PC only in J1i5.Why?
    Please help what will be the settings to be done.
    Thanks,
    Ravi.M

    i found that J_1irgsum table has less quantity compare to updating  quantity. how to update this table.
    but J_2irg1bal table has accurate opening and closing balnce.
    Please suggest.
    Thanks,
    Ravi.M

  • CIN stack overflow error

    Im using an recursiv c++ function in my VI.
    After severall calls the VI crashes, printing an
    stack overflow error.
    I already increased in Visual Studio 6.0 the Link
    setting: allocate stack. But nothing changed.
    I need help fix this problem!!
    My prg. looks like this:
    recursiv (....) {
    int array[..][..][..];
    recursiv (..);
    Sent via Deja.com http://www.deja.com/
    Share what you know. Learn what you don't.

    > Im using an recursiv c++ function in my VI.
    > After severall calls the VI crashes, printing an
    > stack overflow error.
    > I already increased in Visual Studio 6.0 the Link
    > setting: allocate stack. But nothing changed.
    > I need help fix this problem!!
    >
    > My prg. looks like this:
    >
    > recursiv (....) {
    > int array[..][..][..];
    > ....
    > recursiv (..);
    > }
    If you are truly allocating a three D array of ints
    on the stack, then it makes sense that you will run
    out of stack space sooner or later. I can't help
    you with increasing the stack size, but if you move
    your array into a memory block and store the pointer
    on the stack, then you will use less stack space and
    avoid the problem.
    In otherwords:
    recursive() {
    int *array;
    array= DSNewPtr()
    array[][][]= ...
    recursive();
    DSDisposePtr();
    Greg McKaskle

  • Exit from CIN within Error Handling Sub-Function

    I have a CIN which has the code divided betwee the CINRun() function, a number of other functions & a #included .C file. I want to put some error handling into my CIN, so if an error occurs I want execution to return from the CIN to LabVIEW immediately... however, my error handling is currently done in one of the other functions, and may be called from CINRun,
    functions, or the #included .C file. Is there any neat/handy/nice way of universally/globally breaking out of or bombing out of the CIN if the error handling code gets called?

    Michael.Johnson wrote:
    I have a CIN which has the code divided betwee the CINRun() function, a number of other functions & a #included .C file. I want to put some error handling into my CIN, so if an error occurs I want execution to return from the CIN to LabVIEW immediately... however, my error handling is currently done in one of the other functions, and may be called from CINRun,
    functions, or the #included .C file. Is there any neat/handy/nice way of universally/globally breaking out of or bombing out of the CIN if the error handling code gets called?
    You seem to want to do structured ecxeption handling. This however is something only really supported by C++ and other object oriented languages. Standard C can do that only with quite some header macro magic and in general is done in a way, patented by Borland, if I remember correctly. To make things more complicated, writing CINs in C++ is not supported by LabVIEW and requires quite some knowledge about your specific compiler environment and linker to get it right on your own, and no NI won't support C++ creation of CINs.
    You will prabably have to modify your C code quite a bit to get it the way you want. Considering that you will have to make more or less involved changes to your C code anyhow, I would recommend you look into creating a shared library instead and calling that through the Call Library Node. CINs are from the past and support for them will be getting less and less with time as it adds almost no advantages to shared libraries anymore and has some disadvantages in comparison, such as proprietary solution, difficult to support and possible compatibility issues in the future.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Error while creating Remittance challan (J1INCHLN)

    Hello Gurus,
    We are getting an below mentioned error message while creating remittance challan (J1INCHLN) in EWT:
    Runtime error SAPSQL_ARRAY_INSERT_DUPREC has occurred
    Please help us to resolve the issue.
    Thanks
    Sheetal

    I have one more issue in F-54. While clearing the down payment system is not picking up the whole amount. It shows the difference. For E. g.
    Down Payment Entry
    Vendor      Dr. 10000
    TDS           Cr.          2000
    Bank          Cr.          8000
    While Clearing Down Payment it shows
    Vendor      Dr. 10000
    TDS           Cr.          2000
    Bank          Cr.          4000
    Can you please help me out in this issue.
    Thanks & Regards,
    Sheetal

  • Error in EWT certificate printing

    Dear SAP Experts,
    I have done J1inchln and j1inbank successfully but I am not able to take the printout of certificate through J1incert.
    In J1incert it is giving error "No data selected for printing".
    Please tell me know where I am wrong.
    Thanks & Regards,
    Reva.

    Hi,
    recently sap was released note no.1046758, this note relating to acknowledgement number in Form 16A as per the 2007 budget changes, but your problem is different, as per old certificate farmat you have to get the form 16A, after checking your configuration, better to post  SAP service market place.
    If you have missed any notes aply they will assist u, but before post gothrough your configuration.
    cin related any query SAP is supporting very good even if its consulting issues also.
    regards
    sai krishna

  • Error Reading Header File When Creating a CIN

    Hello everyone. I am a college student new to LabView and Im using the
    software to create a real time data acquisition system for EMG signal
    analysis for a research project. However, Im having difficulty building
    a CIN for my C code. I am using Microsoft Visual Studio.NET 2003 and
    running LabView 7.1 on Windows XP. I am using the "Using External Code
    in LabView" (April 2003 Edition) manual and I am attempting to do the
    steps located in section 3-15 under Visual C++ IDE. However, I keep
    getting fatal error C1083: Cannot open include file: 'extcode.h': No
    such file or dir. I have followed all of the directions in the manual
    and even explicitly tried adding extcode.h to my project  but I
    still get this error. My version of Visual Studio is different then the
    one described so I was wondering if there is something different that I
    have to do in this process. Any help would be greatly appreciated.
    Thanks for your time.
    Pat

    Is there a particular reason you're not using a Call Library Function Node to call a DLL instead of using a CIN? Calling DLLs from Call Library Function Node are usually a much more user-friendly process, which I would recommend, unless you need to take advantage of the extra features listed on page 1-4 of Using External Code in LabVIEW.
    Jarrod S.
    National Instruments

  • CIN errors

    Hi All,
    I am facing following problems in CIN,
    1) During creation of Subcontracting challan, system is giving an error message as "Please specify the no of line items for subcontracting challan". I have already maintained the no of EI in subcontracting attributes in SPRO.
    2) During Excise invoive saving in J1IIN for STO, system is giving an error message as " Error updating condition table 372"
    3) During GR for Import Purchase order in MIGO. system is giving an error message as " Excise Modvat accounts not defined for GRPO transaction and 10 excise group". I have maintained GL accounts for excise transactions against excise groups.
    Moreover in MIRO i am getting an additional account in the accounting document RM Indegenous Credit as shown below,
    Vendor Account Cr
    GR/IR Clearing Dr
    RM Indegenous Cr
    Cenvat Clearing Dr
    The RM account should not come in MIRO stage.
    I want to know the wrong config, if any for this.
    All the queries, rewards will be awarded for satisfactory and prompt answers.
    Thanks & regards,

    hi,
    Please check all the customisation for the cin with subcontracting..
    1.Check in Company code settings all indicators set.
    2.for Excise group set default challan quantity in GR indicator.
    3.Maintain no ranges for 57FC, 57NR.
    4.Maintain Subcontracting attributes.--Mvt type ,GR group,GI group.,Output type,,No range...
    5.Create Sub contra PO.
    6.Transfer posting.
    7.Create challan wrt Transfer posting doc no.
    8.MIGO wrt Subcon PO, enter in excise tab refer Subcon challan only..
    9.MIRO.
    Work it out and any quries pls let me know..
    Regards,
    Smitha

  • Insufficient buffer error in LV for running CIN matrix multiplication

    We have developed a CIN for LabVIEW application in which we carry out matrix multiplication. We are able to carry out multiplication of 3x3 matrices in the LV environment using the CIN. The LV application gives error for higher order of matrices indicating insufficient buffer. However the c source code (from which the CIN  has been compiled) does not give any such error while executing higher order matrix multiplication in the C environment. How do we calculate and define the required Buffer memory in LV environment for such applications. Similar problems may arise in numerous other applications in LV environment. Pl. suggest ways and means to get over this problem.
    LabVIEW 6.1 professional development system  is our platform on windows-xp. 

    PNVK wrote:
    We have developed a CIN for
    LabVIEW application in which we carry out matrix multiplication.
    We are able to carry out multiplication of 3x3 matrices in the LV
    environment using the CIN. The LV application gives error for higher
    order of matrices indicating insufficient buffer. However the c
    source code (from which the CIN  has been compiled) does not give
    any such error while executing higher order matrix multiplication in
    the C environment. How do we calculate and define the required Buffer
    memory in LV environment for such applications. Similar problems may
    arise in numerous other applications in LV environment. Pl. suggest
    ways and means to get over this problem.
    LabVIEW 6.1 professional development system  is our platform on windows-xp. 
    It
    seems strange that only a 3*3 matrix would be possible. So the
    conclusion is you do something wrong in your CIN. This could be some
    difference in the CIN parameters for the CIN node in comparison to what
    the CIN actually does or it could be a bug in the CIN itself most
    probably in the adaption of your C type algorithme to the LabVIEW
    datatype parameters.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Using cin node in labview error happen

    my name is Juan Chen , I wish to use cin node to calculate crc check code in la view. I use an array as input and a unsigned word as output. when I use while loop, error not enough memory or the memory can only read happen. what is the reason,please.

    how to use the call library function node ? in vcplusplus6 environment , if I only do rebuild all that can generate a dll, and don't use command to convert to lsb file. could I need add files cin.obj, labview.lsvb,etl to the project ?

  • Error-CIN-J1IIN - Tax code A0 in procedure TAXINJ is invalid.

    hi All,
    While posting excise invoice in J1IIN, getting errror "Tax code A0 in procedure TAXINJ is invalid"
    Tax code A0 not crated in FTXP at all. Also I have not assigned ths tax code to company code in CIN config.
    From where system is picking this A0 tax code for giving this error
    How to solve this error.
    Regards,
    Rakesh

    Hi Sudhir & Biju,
    Thanx for replying
    Tax code A0 / AO not defined in FTXP at all. If so, will system allow me to maintain in VK11 ?
    Also in OBZT - table is BLANK, no data maintained there.
    Can you give correct path what you have suggesting as I dont find it ?
    Reg. Rakesh

  • CIN error when compiling in vc++6.0

    pls see my attachment! when i compile my programm, it tells me an error ? How can i solve it!!
    --------------------Configuration: VI_name - Win32 Debug--------------------
    Compiling...
    VI_name.c
    c:\cvi-project\vi_name.c(19) : fatal error C1010: unexpected end of file while looking for precompiled header directive
    Error executing cl.exe.
    VI_name.obj - 1 error(s), 0 warning(s)
    Attachments:
    CIN_error.txt ‏1 KB
    VI_name.zip ‏720 KB

    gpibssx;
    Reading the ReadMe.txt file generated by VC++, seems that your file is not the main source code.
    Rather than allowing VC++ to create files for you, you need to create an empty project. All the information on how to create a CIN is in the document Using External Code in LabVIEW.
    Let us know your progress.
    Regards;
    Enrique
    www.vartortech.com

  • Putting code into CIN makes errors

    Hi,
    I am sorry to ask so many questions, but I am having a terrible time with
    this. My code compiles perfectly when I compile it by itself. However, as
    soon as I paste it into the space in the CIN provided c code, I get 11 errors.
    Why is this? I would appreciate any info I can get. Thanks for your time
    JMH

    "JMH" wrote:
    >>Hi,>>I am sorry to ask so many questions, but I am having a terrible time
    with>this. My code compiles perfectly when I compile it by itself. However,
    as>soon as I paste it into the space in the CIN provided c code, I get 11
    errors.>Why is this? I would appreciate any info I can get. Thanks for your
    time>>JMH
    If you can compile your C code into a dll, then I recommend that you use
    a Call Library Function (CLF) instead of a CIN. The amount of steps that
    you need to follow to make a CIN work can become frustrating. With a CLF,
    you need only make a function prototype, and you're done! The main advantage
    that a CIN gives is that you have the ability to resize the dataspace a variable
    has inside the code. For example, if you pass an a
    rray of 100 DBLs out of
    LabVIEW (into your C code)and try to pass 150 DBLs back into LabVIEW (from
    your C code)then bad things will happen. There exists CIN tools that allow
    you to resize the dataspace, so that LabVIEW will allocate a larger buffer
    for the return data, and no errors will occur. If you are not resize dataspaces,
    then don't worry. If you are, then just include the labview.lib library
    in the LabVIEW/cintools/win32 directory.
    For more information on calling dlls, look at this article: http://ni.com/support/labview/program/callcode/callmain.htm
    Cheers!
    Joel Andersen

  • Errors compiling C++ programs for cin

    Hello,
    I am using Microsoft Visual C++ C to compile my .cpp program to build a .lsb. I have the following errors.
    LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library
    cin.obj : error LNK2001: unresolved external symbol _CINRun
    Cany anyone help, please?
    Beanie

    Hi Beanie,
    What National Instruments software are you using?
    Check this out first. If it doesn't help, explain more about what software you are using
    Good luck
    Van L
    NI Applications Engineer

Maybe you are looking for

  • IPod nano won't show up on iTune

    I got a new iPod nano 4GB (3G) last week and it worked fine for a while. Yesterday, I installed a new DVD burner and drivers (Memorex) in my computer and now, my iPod won't show up on iTunes. It says: "The software required for communicating with the

  • Macbook reads DVD's but not CD's

    Back in March 2013 I had my DVD/CD optical driver replaced as I could not read/write CD's on it and towards the end DVD's. I thought the problem was fixed as DVDs and CD's were playing fine again. I just rented a movie on line (whether this is connec

  • How to remove an image that is stuck on my page?

    Hi there, An image instance used in an accordion widget is displaying outside of one of my pages in my site. Since my site is not yet coded to resize it is seen sitting just below the footer of my page. If I shrink the zoom in Chrome browser it is ac

  • Vertical Menu position problem

    Hi everyone, I'm trying to figure out how to manage the position of a vertical menu aligned on the left of the page. I have a centered background image. Depending on the size of the browser window the position of the menu varies and appears off. How

  • Additional parameters in availability check

    Dear experts, Our client uses availability check in their current SAP system and we are about to enhancing the functionality of the SD module. Our case is that we need additional parameters that will be used for availability check. Is there a badi or