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

Similar Messages

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

  • Not able to convert string attribute to number and date please help me out

    not able to convert string attribute to number and date attribute. While using string to date conversion it shows result as failure.As I am reading from a text file. please help me out

    Hi,
    You need to provide an example value that's failing and the date formats in the reference data you're using. It's more than likely you don't have the correct format in your ref data.
    regards,
    Nick

  • Dbms_crypto package for number and date data type

    Hi,
    I am using Oracle 10g 10.2.0.3 on Linux 64 bit
    I am tryiing to use dbms_crypto package for the first time to encypt my tables column
    Following are my table columns
    NAME1 VARCHAR2(2000),
    ID1 NUMBER,
    SCORE number
    This table is already populated
    i want to encrypt Name1 and Score column. Following are the functions i have created for Encryption and decryption.
    --For Encryption
    create or replace function get_enc_val
    p_in in varchar2,
    p_key in raw
    return raw is
    l_enc_val raw (2000);
    l_mod number := dbms_crypto.ENCRYPT_AES128
    + dbms_crypto.CHAIN_CBC
    + dbms_crypto.PAD_PKCS5;
    begin
    l_enc_val := dbms_crypto.encrypt
    UTL_I18N.STRING_TO_RAW
    (p_in, 'AL32UTF8'),
    l_mod,
    p_key
    return l_enc_val;
    end;
    --For Decryption
    create or replace function get_dec_val
    p_in in raw,
    p_key in raw
    return varchar2
    is
    l_ret varchar2 (2000);
    l_dec_val raw (2000);
    l_mod number := dbms_crypto.ENCRYPT_AES128
    + dbms_crypto.CHAIN_CBC
    + dbms_crypto.PAD_PKCS5;
    begin
    l_dec_val := dbms_crypto.decrypt
    p_in,
    l_mod,
    p_key
    l_ret:= UTL_I18N.RAW_TO_CHAR
    (l_dec_val, 'AL32UTF8');
    return l_ret;
    end;
    Key: I have stored a key in other schema and calling it by using function get_key().
    Following is my insert
    INSERT INTO Score_table VALUES
    (get_enc_val('John',get_key()),25,get_enc_val(79,get_key()))
    it is giving me following error
    ORA-00932:Inconsistent Datatypes:Expected number got binary.
    I checked, it is an error due to Score field, which is of number type. So do i need to change type of Score field to varchar or is there any other way to encrypt number and date field.
    If i need to change the type then what will happen to the data already in Table and how do i encrypt data already in table.

    Hi,
    Is there any one who can tell me that, do i need to change my table column data type as the encrypted value will be character.

  • To display execise number and date in smartform

    Hi Abappers,
    i want to display execise number and date in smartform and by using driver program also.
    i have taken fields from vbrk,vbrp and send to final internal table,but now i want to display execise number in my Smartform also.
    Thanking u,
    sri.

    Create a window inside window create text element inside that insert field your excise number and date field names.
    Go to form interface -> import parameters declare your internal table name type vbrp/vbrk.
    In your print program smart form function module pass this table.

  • How to set a report culture for number and date

    Hi,
    Is there a way to change the report locale for the number and date?
    I've tried using both CrystalDecisions.Share.SharedUtils.RequestLCID and CrystalReportViewer.SetProductLocale and neither work
    The only one that work is to use the Thread.Culture. But that also change the application culture, not just the report.
    Anyone have a solution?
    Thank

    Hi Michel,
    I don't believe you can do this within just the report itself but I haven't played with this very much. Because the App hosts the Viewer it's based on it's culture.
    You should be able to mix if you create a separate thread for each report job that way they are in their own space.
    Search the Object browser on celocale and you'll find more info. Also the SDK help file should have examples.
    No API's to use the Engine, had to use RAS.
    Need to know what version you are using also and WEB or Windows app?
    Here are some samples using RAS:
    rpt1.ReportClientDocument.LocaleID = CrystalDecisions.ReportAppServer.DataDefModel.CeLocale.ceLocaleGerman;
    CrystalDecisions.ReportAppServer.DataDefModel.CrFieldDisplayNameTypeEnum.crFieldDisplayNameFormula, CrystalDecisions.ReportAppServer.DataDefModel.CeLocale.ceLocaleUserDefault);
    And using this way you may have to alter every object in the report.
    Thanks
    Don

  • Copy contract PO number and Date to Sales Order

    Hi freinds,
    I have one requirement. I want to copy contract PO number and date to Sales order PO Number and Date while creating the sales order with reference to contract.
    Thanks,
    Satya

    Hi,
    You have to modify your data transfer routine with the help of ABAPer.
    You have to give him the requirement that these value should be copied to sales order from contract.
    He will do the needful changes in the data transfer routine.
    Then assign that routine to the copy control of sales order from contract.
    Regards
    Raj.

  • 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

  • Billing Document and Material Document number and Date (Goods Issue)

    Dear Experts,
    Is there a way I can find the relationship between a billing document and a material document number and Goods issue date?
    Thanks

    Hi Abid
    Is there a way I can find the relationship between a billing document and a material document number and Goods issue date?
    You have to follow the flow from the billing document to the material document. This will only work if the billing document comes from a delivery note.
    Billing document => Delivery
    LIPS-VBELN = VBRP-VGBEL
    and LIPS-POSNR-VBRP-VGPOS
    So you have LIPS + LIKP with the LIKP-WADAT_IST as the goods issue date.
    Delivery => Material Document Number
    You can use the table VBFA with the delivery item as the preceding document number (VBFA-VBELV) and item (VBFA-POSNV) ; you will also have to define the preceding document type as J (delivery) and the document category of subsequent document as R (material document).
    Because in SAP nothing is simple, there might more than one material document, because the goods issue (601) movement might have been canceled and issue again. So you will have to decide what to do in that case.
    Best Regards,
    Franck

  • PO Receipt Number and Date

    Hi,
    I am new to Oracle applications.
    Kindly tell me where i can get the PO Receipt Number and Receipt Date.
    Thanks in advance.
    Thanks
    Ramya

    you can view the po receipts within the po summary screen.
    open the po summary screen enter your PO number and click on the shipments button and press the find button.
    once the shipment window has opened up put your cursor on the shipment line you wish to view receipts for and click on the inquire (pull down menu option) and choose view receipts. This pulls up the actual receipt record and you can see the receipt date and receipt number here.
    Tracy

  • Bank Account Number  and PAN number

    Hi All,
    I would like to display employee bank account number in payslips of all the
    employees.While doing pe51 config ,i used table as XBT and the field name as
    BANKN.But whenever i run payroll bank account number is not pulled out from
    Info type 0009.
    The space in payslip is showing as empty.
    Similarly i would like to know what table and fields used to populate PAN number of emp in payslip form.
    I did maintained PAN number in 0185 info type.
    Thanks !

    Hi,
    You can create one field in payslip and populte it.
    Do the coding in (  PERFORM allocate-to-windows-mod  in payslip program)
    Regards,
    Manoj.

  • Copy purchase order number and date from one sales order to other sales ord

    Hi,
    I am creating sales order in va01. here i am entering purchase order number (p100) and date. Sales order number ex: 42000
    I am creating another sales order with reference to 42000. when creating sales order with reference to 42000, purchase order number (p100) and date has to be copied automatically from that order.
    Can anyone please give me a solution?
    Thanks in advance
    Babu

    Dear Babu,
    Currently, PO number is being mentioned in copy routine 101 but this  
    field VBKD-BSTKD is being cleared out.                                
    If we check this routine code:                                                                               
    FORM DATEN_KOPIEREN_101.                                              
    Data which is not copied                                            
    Pricing date for consignment issue by external service agent from   
    the scheduling agreement                                            
      IF CVBAK-VBTYP CA VBTYP_LP_EDL.                                     
        CLEAR VBKD-PRSDT.                                                 
      ENDIF.                                                              
    PO data should not be copied                                        
      CLEAR: VBKD-BSTKD,                    <<<<<                         
             VBKD-BSTDK,                                                  
    In order to achieve your requirement, you need to consider creating you
    own copying routines for VBKD fields copying standard copying routines
    (for example copying routine 101) according your business requirements
    and change them via transaction VOFM, in order to:                    
      - deactivate the LOCAL: statement                                   
      - delete the clear statements                                                                               
    Once you have created those two routines to match your business needs,
    you can insert them in transaction VTAA, so the sales order will copy 
    the PO date at item level.                                            
    I hope I was able to help you.
    Kind regards,
    Zsuzsanna

  • Version number and date

    Hi,
    we have a small help page on all of our modules to indicating who to contact if there are issues etc, and we manually type in a version and date produced of the module....
    Is there a way for this to happen traumatically have this inserted?
    Cheers
    Rossco

    Oh yeah, I get the Aussie humor....good point though as initially I was confused
    Thanks for the info, and it appears that it will be much easier for us to manually type in version and date, making sure we track all files etc.
    Sometimes it seems that things could always be better by creating automation but is not necessarily correct. Just because you can do something doesn't mean you should is what my boss always says
    Thanks for the reply Lilybiri
    Cheers
    Rossco

  • 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

  • Delete Social Security number and date of birth upon submit.

    I have created a fillable form in LiveCycle Deseigner ES (version 8.2) for our Store Managers to use - to fill in new hire information to submit to our Corporate Office.  At the bottom of the form I have 2 buttons - a Print button and a Submit button.  We would like them to fill out the form with all information, including the social security number of the new hire and to use my print button to print the completed form for their records.  That is easy enough.  However, what I am being asked to do with the submit button is kind of complicated.  I am being asked to program the submit button so that it deletes the social security number completely before the send so that we are not e-mailing a completed .pdf form with a social security number on it.  How can I accomplish this?  If it requires inserting programming code on the XML source tab of LiveCycle Deseigner ES, I will need specifics.    Thanks!

    Thanks!  Your answer was very helpful and I found it to be 99.9% correct.  However, it ended up that I needed to attach that code to my SSN field and not my Submit button.  So, in my case, this is what it looks like when I click on my SSN field after I added the code:
    topmostSubform.Page1.SSN::preSubmit:form - (JavaScript, client)
    SSN.rawValue = "";
    I did the same thing for my date of birth (DOB) field:
    topmostSubform.Page1.DOB::preSubmit:form - (JavaScript, client)
    DOB.rawValue = ""; 
    I tested the form after the changes and it worked great.
    You are a life saver.  Thanks again! 

Maybe you are looking for