J1INCHLN Challan Number

Dear All
I have a situation where, the J1INCHLN was processed and document number got generated but the Challan Number didnt get generated . What might be the reason?
Pls guide as it is very urgent
Thanks & Regards
Veena

REPORT Z_RFWT0540 .
TABLES: BKPF,
        WITH_ITEM.
DATA: LT_WITH_ITEM LIKE WITH_ITEM OCCURS 1 WITH HEADER LINE,
      LT_BKPF LIKE BKPF OCCURS 1 WITH HEADER LINE,
      WA_BSTAT LIKE BKPF-BSTAT,
      WA_BKPF_KEY_OLD LIKE BKPF_KEY,
      WA_BKPF_KEY_NEW LIKE BKPF_KEY.
START-OF-SELECTION.
  SELECT-OPTIONS I_BUKRS FOR BKPF-BUKRS OBLIGATORY.
  SELECT-OPTIONS I_BELNR FOR BKPF-BELNR.
  SELECT-OPTIONS I_GJAHR FOR BKPF-GJAHR.
  PARAMETERS     UPDATEDB AS CHECKBOX.
  SELECT * FROM WITH_ITEM   INTO TABLE LT_WITH_ITEM
         WHERE  BUKRS    IN I_BUKRS
         AND    BELNR    IN I_BELNR
         AND    GJAHR    IN I_GJAHR
         AND    WT_STAT  = 'V'.
  SORT LT_WITH_ITEM BY BUKRS BELNR GJAHR.
  LOOP AT LT_WITH_ITEM.
    MOVE-CORRESPONDING LT_WITH_ITEM TO WA_BKPF_KEY_NEW.
    IF WA_BKPF_KEY_OLD NE WA_BKPF_KEY_NEW.
      SELECT SINGLE BSTAT FROM BKPF INTO WA_BSTAT
              WHERE BUKRS = LT_WITH_ITEM-BUKRS
                AND BELNR = LT_WITH_ITEM-BELNR
                AND GJAHR = LT_WITH_ITEM-GJAHR.
    ENDIF.
    MOVE-CORRESPONDING LT_WITH_ITEM TO WA_BKPF_KEY_OLD.
    IF WA_BSTAT NE LT_WITH_ITEM-WT_STAT.
      LT_WITH_ITEM-WT_STAT = WA_BSTAT.
      MODIFY LT_WITH_ITEM.
    ELSE.
      DELETE LT_WITH_ITEM.
    ENDIF.
  ENDLOOP.
  WRITE: / 'Changed documents:'.
  LOOP AT LT_WITH_ITEM.
    WRITE: / LT_WITH_ITEM-BUKRS,
             LT_WITH_ITEM-BELNR,
             LT_WITH_ITEM-GJAHR,
             LT_WITH_ITEM-WT_STAT.
  ENDLOOP.
  IF UPDATEDB = 'X'.
    MODIFY WITH_ITEM FROM TABLE LT_WITH_ITEM.
    COMMIT WORK.
  ENDIF.

Similar Messages

  • Challan number is not generated during posting of clg. doc. in J1INCHLN

    Dear Experts,
    In transaction J1inchln, when i save, clearing document no. is generated but challan no and challan date are not generated and therefore cannot be updated in table J_1IEWTCHLN and with_item.  This is particularly for one transaction. Earlier and in test server challan no. is generated and updated.  Please give me suggestions what to do?  Thanks in advance.
    Regards,
    Maulin

    Dear sir,
    Thanks for your reply.  I have checked.  Internal number range is maintained properly but challan number is not generated.
    Edited by: Mitesh R. Patel on Jan 17, 2011 11:09 AM

  • Bank challan number and date

    hi
    remittance challan created and doing bank challan update,
    how should  i find bank challan number and it date.which number have to give or where does it created and how to see
    just- i have given the no.1 and to day date but it is showing 'bank challan date is prior to internal challan date' error
    thank you
    sowmya

    Hi
    Checkt at
    J1INCHLN - Post
    J1INREV - Reverse
    J1INBANK - Update Bank Challan Number
    Srinivas

  • Challan number missed in the documents while TDS payment run

    Hi All,
             I have run the TDS payment run in J1INMIS successfully. The clearing document number generated to all documents. Few documents doesn't get update the challan number but has cleared document number itself. How do I solve the problem and please let me know the root cause for the same.
    Thanks...

    Hi,
           Here my problem is the clearing document number has been generated to the accounting documents but the internal challan number was not generated. Only few documents getting this error. Mostly I use to run J1INMIS alone and its been working fine for the second and third quarter. The problem persist to the 1st quarter tds payment run only.
    Thanks...

  • Internal challan number not created during J1INCHLC

    Hello All,
    We are using standard SAP process for TCS paymnet.
    We have booked invoice from SD and financial document is created and posted with With holding tax item..
    During "create remittance challan" i.e. J1INCHLC, payment entry is posted as TCS Dr and Bank Cr , but internal challan number is not generated..
    We have mapped the same process for TDS and internal challan number is generated...
    Number range is also well maintained..
    Please suggest..
    Thanks

    Hi Siddhartha,
    You will have to maintain number groups & number ranges for TDS challan .PLease follow below pathe to complete the config;
    Financial Accounting (New) --> Financial Accounting Global Settings (New) --> Withholding Tax --> Extended Withholding Tax --> Posting --> India --> Remittance Challans.
    Please configure all the steps under Remittance Challan Node.
    This will solve ur problem.
    Regards,
    Ajay

  • Update incorrect bank challan number

    Hi guys,
         The challan number in J1inbank has been entered incorrectly, how can we now update this external number in the system after it is done.  We cannot reverse the same.
    There is an option suggested by all the forums to update table directly J_1ewtchln.......Is there ANY other alternative, since we are not keen on direct table entries.
    Any suggestion will be appreciated.
    Ronan.

    Hi,
    Thanks so much for your quick reply.
    You said " Direct table update entry is the solution provided by SAP OSS" can you give me some OSS notes to verfiy the same, would SAP allow it?
    It would definitely solve my problem if i am allowed to edit the table directly. Thanks.
    Ronan
    Sap FI

  • Wrongly entered challan number at Bank challan update (J1inbank)

    Dear All,
    my user wrongly entered challan number at Bank challan update (J1inbank) and executed. is there any chance to change internal challan number again. please give help & solution . it is very very urgant.if you have any doubt get back to me.
    Advance thanks
    Raj

    Hi Kumar,
    The table in which the challans are stored is J_1IEWTCHLN. The field name for the Bank Challan number is J_1IEXTCHLN(I am not sure). You can change the entry directly in the table itself with the help of an ABAPer.
    Please let me know the result and please assign me points if found useful....
    Regards,
    Sreekanth....

  • Bank Challan number updated wrongly

    Dear All,
    Please advice me how to change the Bank Chanllan number that is updated wrongly in T.Code J1INBANK.
    I will assign you good points. Please.
    Best Regards,
    Kumar

    Hi Kumar,
    The table in which the challans are stored is J_1IEWTCHLN. The field name for the Bank Challan number is J_1IEXTCHLN(I am not sure). You can change the entry directly in the table itself with the help of an ABAPer.
    Please let me know the result and please assign me points if found useful....
    Regards,
    Sreekanth....

  • Can we Enter the same Bank Challan Number once it has been Cancelled

    Hi SAP Experts,
    It's Very UEGENT
    once Bank challan(J1INBANK) has entered with wrong Amount, and we Cancelled that Challan.
    Again any chances is there to enter the same Bank Challan.
    Because My Client is Required the Same Challan Should be Entered. if so please Mailback to [email protected]
    Awaiting for the Results
    Regards
    Divya

    hi
    once u have cancelled the challan this number will not be avaiable for the posting.
    when u repost a different number will be avaiable for the posting.
    hope this is clear assign some points.
    with regards
    Krishna Singareddy

  • 57F4 Challan Number against PO Number

    Hello Gurus,
    Can any body suggest me to  Challans issued against  Subcontracting Purchase order
    I want the list of Challans issues agaisnt PO no:
    If I wil give the PO number means , what are the Challans issued
    Pls help
    Rgds
    Surya

    Hi,
    There is no std report to take the challan.
    You can try  J1IFQ where you can enter the material document no for the material sent to subcontractors end .
    you can see the Pending challan.
    G.Ganesh Kumar

  • Subcontract challan Number Range

    Dear Friends,
    I have created material document 541 Transfer posting of material to vendor.
    Now I am trying to generate the Challan thro Txn J1IF01 where I got an Error message "Maintain Number Range For."
    I have checked the Object J_571IFC where the number range exists.
    Can you please advise
    Venkatesan

    hi
    u have to maintain no ranges properly for object . j_1i57Fc ( 57F Challan )
    now for maintaining these objects u have to go to J1I9
    here give the object and click on no ranges
    give the excise Grp and click on intervals then click on inset interval
    here u have to make entry for year and no range 01
    01 2008 0000000001 0000999999

  • Remittance challana number

    Dear all,
    when iam filling the number range in  J1INUMBER ,external number range field is going gryed out automatically and iam getting the message that number key not found as error message.
    please help me.
    Thanks,
    Srini.

    You need to maintain the value in this table J_1IEWTNUMGR_1 and not in J_1IEWTNUMGR_N. Your entries are there in the 2nd table and thats the reason it is giving the error. This is the new table.
    reward if useful
    sarma

  • Internal Challan No. not updated in J1INCHLN

    When i am running TDS remittance challan in T.code J1inchln not generating internal challan for two documents were not updated , give me solution, it is very urgent.
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
    correct answer duly rewarded
    sai krishna
    Message was edited by:
            sai krishna

    Dear Sir,
    This Challan number updates basically depending up on these parametes
    At the time of posting the Invoice you need to maintain The Business Place and Section Code . If you donot give this you would always get the error mistake of "line &1& is not present in WITH_ITEM table". Because in this posting the the 1st line item is vendor you need to give these input for this line item.
    Second whether you have maintained the
    J_1IEWTNUMGR     Number Groups For Internal Challan Numbers- EWT India.
    J_1IEWTNUMGR_1     Number Groups For Internal Challan Numbers-EWT India:
    SECCO
    J_1IEWTNUMGR_N     Number Groups For Internal Challan Numbers-EWT India:SECCO
    Ans also you need to maintain numbe interval for the number ranges.
    If you maintain these your problem will be solved.
    Please donot change any settings of the receiver types at the time of posting or at the time of generating the challan( Company or Others"
    Regards
    Harikishan

  • Number ranges for TDS remittance challan

    Hi,
    User has posted few vendor invoices in F-63 without entering the section code. Only business place is captured in the documents.
    At the time of creating TDS remittance challan in J1INCHLN, the system is giving the error Message no. 8I704
    - Number group not maintained for CO code xxxx section xxxx and business place 194I
    Challan number ranges are already maintained for section code,
    now the question is "if number ranges are maintained at business place level - (in view J_1IEWTNUMGR) will there be any inconsistency at the time of creating remittance challans or printing certificates / creating TDS returs/ or any other functionality".
    Please let me know the impact.
    As payment is already made to the vendors and bank reconciliation is also completed.  It is not possibel to reverse the documents and re-post (with section code).
    Regards
    Sreenivas.

    One observation is , section code is a mandatory field for generating quarterly e-returns. Hence, maintaining number range for business place may serve the purpose upto printing TDS certificate.
    Please share your further views/ suggestions in this regard.

  • Reversal of CHALLAN UPDATE J1INCHLN

    User has  updated the J1INCHLN with wrong bank account.  How to proceed, whether we have to reverse the document, or no need.  Pl suggest your valuatble suggestions.

    you can use the transaction J1INREV - Cancel Remittance Challan ,
    give the clearing document as generated in J1INCHLN, company code and Fiscal year and save
    system reverse that document and also reverse the internal challan number also
    all the best

Maybe you are looking for