Leading zeros remove from FB05 for assignment field in process open items b

Dear expert
At present i am using the electronic bank statement completed OT83 & OT51configuration, when i am running FF-5 the EBS soft copy has been uploaded and created batch input session.
I executed  batch input session and the transactions has been posting through FB05 for outgoing payment clearing  with assignment field ( where check number is laying correctly and matching EBS soft copy cheque number and SAP outgoing clearing account line item assignment cheque number ) in case of outgoing clearing is happening correctly.
but where as i have a problem incoming clrg cheque number which is displaying in assignment field and updated when client using FF68(check deposit / collections).
the user is punching all collections from customers using t.code FF68 and cheque number is updated with 6 digit number in the variant. it is like a JV.
after posting batch input session the cheque is number displaying in assignment field. the cheque number is updated with 6 digit number. but in the variant cheque number width 6 digit only  but after posting FF68 & SM35 the system automatically taking leading zeros for the remaining length. Cheque number standard length in SAP 13 in table .
total 13 digit length but user punched only 6 digit only, because the cheque number 6 digit numberonly. so the remaining 7 digits it is occupaying 0000000.
while executing FF_5 and SM35  (thr FB05) the assignment field cheque number (0000000586585) and soft copy cheque number 6 digit (586585) is not matching , because of that i am unable to clear the incoming collections or incoming payments clrg.
so how  can i remove the leading zeros after cheque number ( actually displaying 0000000586585 , but i want without zeros only cheque number 586585) in assignment field in FB05 using FF-5 & SM35).
is there any enhancement or user exit to remove leading zeros or any other way of work around .
Regards

Hi Amareswar,
In your case, request your bank to provide cheque number with leading zeros in electronic bank statement as the leading zeros in the assignment field is SAP system behaviour.
Alternatively, use 'Define Search String for Electronic Bank Statement' (refer http://help.sap.com/erp2005_ehp_05/helpdata/EN/6d/0cdf4b142e11d3963800a0c9426c73/frameset.htm for details) in the IMG, customize it to search for the cheque number provided in the note to payee field > then append leading zeros.
The first method is the solution we are using and it is the most cost effective.
Hope the above helps.
Kind regards,
John Chin

Similar Messages

  • Function mudule to remove leading zeros of curreny and decimal type field

    Hi Expers,
    can any body suggest me the function mudule to remove leading zeros of curreny and decimal type  fields.
    plz do reply as early as possible.
    Thanks .....
    sunil.

    Hi,
    Use this FM CNIF_CONVERT_CURRENCY2EXT
    Import parameters               Value
    I_CURRENCY                      USD
    I_AMOUNT                        00000001233
    I_DECIMALS                      2
    Export parameters               Value
    E_AMOUNT                                           1.233,0000
    Regards
    Shiva

  • How could I delete leading zeros in a p decimals 2 field in an internal tab

    how could I delete leading zeros in a p decimals 2 field in an internal table. Could you give me an short example

    Hi,
    Use SHIFT
    Example..
    DATA: V_CHAR(10) VALUE '0000012345'.
    SHIFT V_CHAR LEFT DELETING LEADING '0'.
    WRITE: / V_CHAR.
    Thanks,
    Naren

  • Assignment Field In Customer Line Item While Credit Note - SD

    When Invoice is been Generated through SD , assignment field in Customer Line item is getting SD Invoice number.
    But while Generating Credit Note through SD , it is taking Customer
    Account number in teh same field. What could be the reason ?
    We need Credit memo number in the said field.
    thanks in advance.

    Visu
    These configurations come from the copy controls. In the Copy controls you need to assign the correct requirements, allocation number and the reference number. For the copy controls for your crredit memo document, you need to change it similar to your billing document settings. The transaction code for this is VTFA and VTFL. Hope this helps.
    I found a similar thread for your reference in the SDN.
    Assignment Field - Accounting Document
    Let me know if you need anything else on the same.
    Karthik

  • Change Assignment Field in the Line Item

    I'm trying to change manually the Assignment field in the Line item of a FI Document but the field is not open for entry.
    In the SPRO -> Document Change Rules, Line Item settings are correct and should allow change of the field. Do you have any ideas on that problem?

    Hi
    Assigment field it system given no , the main purpose of this field is to idetify the particular line item system not allowed to chavge that one once u save the document?
    Rams

  • How to set FROM ADDRESS for EMAIL activity in Process Flow

    Hi all,
    Can any one tell how to set(which address) FROM ADDRESS for EMAIL activity in Process Flow?
    Thanks,
    Suvvi

    Did you set what OWB guide says:
    To execute a process flow with an email activity, you may need to access different host machines and ports. New security measures implemented in Oracle Database 11g Release 1 restrict access to hosts and ports. You must explicitly grant access to hosts and ports that the email activity accesses using the DBMS_NETWORK_ACL_ADMIN package.
    For example, the user OWBSYS needs to send an email through the mail server mail.example.com using port 25. The DBA must perform the following steps:
    1. Create an Access Control List (ACL) for the user OWBSYS using the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.CREATE_ACL
    (’acl_for_owb_cc.xml’,’ACL for Control Center’,’OWBSYS’,’CONNECT’);
    The ACL has no access control effect unless it is assigned to network target.
    2. Assign the Access Control List (ACL) to a network host, and optionally specify a TCP port range. Use the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL (’acl_for_owb_cc.xml’,’mail.example.com’,25)
    3. Commit the changes made using the COMMIT command.

  • Process open items: how to set defaults for the additional selections

    Hi FI experts,
    Can anyone tell me if it is possible to set defaults for the additional selections in the processing of open items.
    I am using transaction F-04 (or F-06 or F-07) to post with clearing.
    When processing the open items I can use additional selection parameters. In my case I need to use the document type.  I would like to save this selection as a default but this doesn't seem to be possible.
    1. it is not possible to save a variant for the processing of open items
    2. I can not create a variant transaction (with trx. SHD0) for F-0x since this is only possible for dialog transactions
    Do you see another way to store defaults for the additional selections in open item processing?
    Thanks a lot.
    Dimitri

    Hi,
    When you create a transaction variant from FB05, then also you will not able to default the value for additional selections variable.  Hence SHD0 is not going to help.
    As said above, either you can change the additional selection screen parameters, but here again you can't default the value.  You can only reduce the number of entries on the screen.
    Else you can create a custom transaction code by copying the standard.  Even SAP recommends to create custom codes from standard tcode for clearing purposes depending on requirements. 
    Please check this link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/41/37b8e7455b11d182b40000e829fbfe/frameset.htm
    In the above link, in navigation choose clearing -- Specifications for processing open items
    If it is a custom transaction then you can default document number.
    Regards,
    Ravi

  • Remove leading zeros coming from Active Directory

    Greetings all.  Our sapusername is stored in Active Directory with leading zeros.  Is there a way to remove these zeros in the portal so SSO will work?  I have had my AD team manually remove the zeros in front of my sapusername, so I'm sure that's the issue.
    Alternately, is there a setting in R3 that would allow leading zeros?

    Hi,
    I've seen the problem before and I think you only have two choices (haven't looked into if R3 can accept leading zeros)
    1. Since you are allready retrieving sapusernames from an R3 change that mapping to remove leading zeros and possibly put it in a new attribute.
    2. Create a JAAS login module which retrieves found username from the HeaderVariableLoginModule and trims leading zeros before putting the username back to shared state. This new LoginModule must be placed before the CreateTicketLoginModule.
    Note it is not very trivial to create a JAAS login module but an excellent guide can be found here http://help.sap.com/saphelp_nw2004s/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/frameset.htm

  • Leading Zeros in bank Account for EBS

    Hi,
    We configured the bank account number with two leading zeros in the house bank.  Say for example i defined the bank account number as 0012345 Under house bank HSBC.
    When I receive the bank statement, the bank account number is coming with 12 digits i.e. will all leading zeros. say for example 000000012345.
    When i am loading the bank statement using the transaction FF_5, the system is giving the error Table "T012K does not have an entry with bank account number 12345".  The client is saying the length of account number is 7 digits and should be maintained as 0012345. However the EBS is not working with the leading zeros. How can we fix this issue?
    Regards
    Kotesh Padarti

    Hello!
    You can try to configure alternatice bank account in FI12. This is used in situations when the presentation of bank account in bank statement differs from that configured in main bank account field e.g. your house bank might provide you with the following layouts 000000012345 or 0012345USD etc. Therefore this functionality enables the system to recognize the bank account.
    Hope this will help you!
    Best Regards!

  • Removing standard operators for a field in Advanced search

    Hi,
    JDev 11.1.1.3.
    In ADF application, we need to remove few standard operators from the list for a field in Advanced search. For this we have followed the below oracle documentation:
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/web_search_bc.htm#ADFFD2457
    27.3.3 How to Create Custom Operators or Remove Standard Operators
    As specified in the doc, we have added the below "CompOper" tag to VO.xml. We have to remove all the operators present in the list except the "Equal to". But the issue is, using below code the "Not between" and "contains" operators are deleted from list, but "Not equl to" is still getting displayed. We have also tried "Doesnotequal". I have tried the oper string with spaces, without spaces, spaces replaced by underscore.
    Can some one please provide the exact String to be passed in oper attribute of CompOper for all operators?
    <ViewCriteriaItem
    Name="CmLookupTypesVOCriteria_vcrow16_Category"
    ViewAttribute="Category"
    Operator="="
    Conjunction="AND"
    Required="Optional"
    UpperColumns="1">
    <CompOper Name="Category" ToDo="-1" Oper="NOTEQUALTO"/>
    <CompOper Name="Category" ToDo="-1" Oper="NOTBETWEEN"/>
    <CompOper Name="Category" ToDo="-1" Oper="CONTAINS"/>
    </ViewCriteriaItem>
    Thanks,
    Manasa Tadi

    I am not able to find the list for the entire set of operators, but you could follow a simple technique to identify the exact operator to be used:
    In the View Criteria editor, for any of the attribute, modify the operator to any desired value, this would update the *VO.xml,
    use the same operator, if you want to hide it in advanced mode - as you have done earlier.
    <ViewCriteriaItem
    Name="CmLookupTypesVOCriteria_vcrow16_Category"
    ViewAttribute="Category"
    Operator="="
    Conjunction="AND"
    Required="Optional"
    UpperColumns="1">
    <CompOper Name="Category" ToDo="-1" Oper="NOTEQUALTO"/>
    <CompOper Name="Category" ToDo="-1" Oper="NOTBETWEEN"/>
    <CompOper Name="Category" ToDo="-1" Oper="CONTAINS"/>
    </ViewCriteriaItem>
    Thanks,
    Navaneeth

  • Leading zeros in product ID for catalog items

    Hi,
    Does anyone know why some product IDs in the catalog have leading zeros while some don't? It's a hassle to the users to add a wildcard character in the product ID when searching for items in the catalog just because the product ID format is inconsistent. How do we correct the existing catalog items with leading zeros in the product ID and how do we prevent this from happening again.
    Many thanks,
    Joy

    Hi Joy,
    Are the catalog items created in SAP CCM 2.0 SRM_EXTRACTED_CATALOG by extraction from SRM_SERVER or created manually by upload file or similar?
    Regards,
    Jason

  • Leading zero's from unix to xl file

    Hi,
         When I am creating the unix file it is displaying correctly with leading zero's. But when download from unix to xl sheet leading zero's are removing.Please tell me any idea
    Thanks,
    Suma.

    Property of excel. You will not see the leading zero's. Get the flat file from unix and you will see leading zero.
    Thanks,
    Jayant

  • F4 help for assignment field in F-02

    Requirement is to attach a drop down help to assignment field (ZUONR) in F-02. This F4 should be visible only when special G/L indicator filed is ticked.
    How this can be done any BADI or screen -exit for this.
    Thanks
    Pt

    Doesn't look like this would work without a modification.

  • MF50 deletes leading Zero's from the material number.

    We have a case where we have alpha-numeric material numbers that include some leading zero's. MF50 in it's released format automatically truncates leading zero's. In our case these leading zero's are required only for alpha-numeric material numbers.
    Looking on OSS I see multiple notes relating to this issue. Any suggestions to fix this problem would be appreciated.
    Jesse Cornelison

    change data type(char)   to type  n.
    make  a variable  of  type  n  and  store  kunr  value  to  this  variable  and  display  this  variable.

  • Command to Remove remove from dock for finder

    Hi there. I accidentally ran a command twice for the "Remove from Dock" thing to pop up for finder. What can I do to remove this? I have already tried the plist thing, and it did not work, because I ran it twice. How can I reset it and the dock???

    I'm not sure I understand what you have done, but the Dock can be reset by doing a Dock restart using the following Terminal command:
    killall Dock
    Log out/in and test. If that doesn’t work, you need to look in your user Library/Applications Support/Dock for the .db. Use the Finder “Go To Folder” command. Enter ~/ Library/Applications Support/Dock.  Move the .db to your desktop.
    Then try a dock reset.
    Applications/Utilities/Terminal enter the command
    killall Dock
    Log out/in test. If it works okay, delete the .db from the desktop.
    If the Dock is the same, return the .db to where you got them from, overwriting the newer ones.
    If you prefer to make your user library permanently visible, go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Learned from leonie.
    I have to use it after every update.

Maybe you are looking for

  • How do you programmatically change an image in DataGrid cell

    I have a DataGrid which contains a status icon. I have been able to get the initial status icon to show in the DataGrid. But I am unable to update the it. I basically need to update the image for a selected row with either a 'assets/processing.png', 

  • Non-breaking space character

    I am loading an XML with all of my tags.  Within that XML, there are nbsp; characters.  I parse those and make them into  .  I do read the string properly when accessing, although when i try to set a htmlText of a label or text object, the &#xA0 is a

  • How to add my brickwall behind the two cartoon characters here?

    I think actually showing the brickwall and then the two characters underneath it will help you understand my Photoshop 6.0 question much easier. These are two separate fil es. So let's say I open the two cartoon characters, then open the brockwall fi

  • Boutique Template changing Flexslider speed setting

    Hi guys. Im getting to grips with the new Boutique Template which is great and Im enjoying the use of web apps and content holders, all things I told myself Id use to be more efficient with my last template but didnt use fully. Now they are using woo

  • Asking for Serial Number after Apple Remote Desktop package installation.

    Hello guys, I just finish making a package of Sketchup 6, it works fine and everything but is asking me to enter the serial number and this is after i have already enter the serial number before i made the package......correct me if I'm wrong but i t