Increase of length for bank a/c

Currently we are running TT payments for overseas vendors who have bank a/c exceeding the maximum length eg. China based on ISO is 18 digits but the bank a/c is 19 digits. Is it possible to increase? How we handle the idoc file. What's are tasks to be carried out?
Kindly advise

Hi Veronica,
Try t.code OY17 as referred in OSS Notes 389649
also there is OSS# 115002   DME for house bank account numbers w/more than 18 digits
<i><b>China</b>
- Different account number formats in part with more than 18 digits
- Save the first 18 digits in the 'Bank account number' field
- If the Chinese bank account number is longer than 18 digits,
then save the remaining digitsin the 'Reference specifications for bank details' field</i>
Hope this helps.
Rana

Similar Messages

  • Increase String Length for Plant Field (WERKS)

    Hi SAP Gurus,
    Good day!
    My requirement is as follows:
    1. I have around 20 companies with at least 50 "plants" per company
    2. In my legacy system, I am using a 3-digit code to identify the unique "plants" within a particular company code
    3. There are instances of similar entries for "plants" belonging to different company codes. For example, Company 1 has a plant 101 which is located in the northern part of the city while Company 2 also has a plant 101 but located on the souther part of the city
    4. Upon migration to SAP, I am requiring that I will know that upon first glance of the plant field, I will know immediately which plant (Plant-Company code combination) I am referring to
    The workaround that I thought of initially was to have the first digit of the plant code act as a prefix to identify the company code and then the last three digits mapped to the old naming convention. In our example in 3, the first plant can be A101 (A = company 1) and the other B101 (B=company 2)
    However, due to the nature of my business, I am constantly creating new company codes...and that in less than 5 years time, I may already use up all the available prefixes (letters+numbers)
    I am thinking if there is a way to expand the plant field to say 6 characters, although this will involve customization. I am not sure as well how this would affect the interdependencies for the enterprise structure since the plant is one of the fundamental units in SAP. Aside from the fact that customizing the plant field may have other effects on support packages that may need to be installed in the future.
    Any suggestions?
    BR,
    Puck

    Hi,
    I understand your requirement but it is not at all advisable to increase the lenght of the plant field.
    You can use plants starting from 0001 till 9999( also the different combinations of the alphabets). Let the description of the plant include company code.
    Once you start using the system you will recognize the plant by it's code with the company code.
    It seems that you are a user and not a SAP consultant.
    Please consult your SAP consultant to understand the importance of the plant.
    The plant code is used in several tables in SAP.If you try to change the lenght of the plant field in one table you have to change it for all the tables, which itself is a very big project.
    Changing the plant is not customizing, it requires some special technical skills with skilled people.
    Try to drop the idea of increasing the lenght of the field to avoid incosistancies in the system.
    try to map all your plants in 4 digit code.
    Cheers,
    Satish Purandare

  • If we can increase the length of the Short Text field in a purchase order?

    Hi Experts,
    Please suggest if we can increase the length of the Short Text field in a purchase order?
    If yes, How? and what will be the impact?
    Thanks
    Gavar

    Dear Arpit,
    You can use PO Text field for long description of the material.
    Regards,
    Manish Jain

  • To increase the length of a vanilla column

    Hello Everyone,
    I have a situation, where I have to increase a length of a vanilla column in siebel.
    I have to increase the length of a base column CORP_STOCK_SYMBOL of a vanilla table S_ORG_EXT. From the tools level I can't do this as it does not allow me to.
    If I can make the change from the backend, it won't reflect the same in the tools(Logical Level). But in the DB level you can see that the length has altered. But when u try to update a value and then open the application it throws an SQL error. What I am thinking is, though the length is altered at the physical level, in logical level it has not changed therefore i guess the SQL error is popping.
    Or can I alter the S_COLUMN table itself? If it is done, I fear the problem while migrating this to different environment.
    Please let me know the solution for this if any of you people have encountered the similar situation.

    If you insist on increasing the length of the column, I would get Oracle involved.
    Another option might be to use a different column or create a new column.

  • How do I increase the length in data file

    I have been getting this error, can anyone tell me why I'm getting the error below and help me fix the the error( increase the length of data file.
    This is my Control file
    LOAD DATA
    INFILE Job.dat
    APPEND INTO TABLE job
    FIELDS TERMINATED BY x'09'
    (PositionID, jobID, title, code, family)
    This is my data in my data file
    PositionID JobID Title Code family
    50003490 1 NULL 001610 NULL
    50004865 1 NULL 001615 NULL
    ERROR
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Jul 13 10:17:33 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: Position1.ctl
    Data File: Job.dat
    Bad File: Job.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table JOB, loaded from every logical record.
    Insert option in effect for this table: APPEND
    Column Name Position Len Term Encl Datatype
    POSITIONID FIRST * WHT CHARACTER
    JOBID NEXT * WHT CHARACTER
    TITLE NEXT * WHT CHARACTER
    CODE NEXT * WHT CHARACTER
    FAMILY NEXT * WHT CHARACTER
    Record 1: Rejected - Error on table JOB, column POSITIONID.
    Field in data file exceeds maximum length
    Record 2: Rejected - Error on table JOB, column POSITIONID.
    Field in data file exceeds maximum length
    Record 3: Rejected - Error on table JOB, column POSITIONID.
    Field in data file exceeds maximum length
    Record 4: Rejected - Error on table JOB, column POSITIONID.

    this is the structure of my table
    create table job (PositionID number(20) not null,
    jobID number(20) not null, title nvarchar2(255), code nvarchar2(255), family nvarchar2(255),
    constraint job primary key (PositionID, jobID))
    organization index
    Tablespace Position
    pctthreshold 20
    overflow tablespace users;
    comment on table job is 'This table defines the job(s) associated with the position. There can be multiple jobs allowed although the preferred business rule is for one job per position.';
    alter table job add constraint FKjob373174 foreign key (PositionID) references Position;

  • How to increase the length of the subject line in email using FM

    Hi
    we have maintained 50 characters for the subject line initially, but some subjects are having more than 50 characters. how can we increase the length of the subject line in email.
    urgent.
    points will be rewarded generousely.

    Hi Rana,
    In this case, you have to create a user defined field of required length under Journal Transactions Header to fill the data.
    Regards,
    Vijay Kumar
    SAP Business One Forums Team

  • How to increase the length of a columnin existing publication item

    We need to urgently increase the length of three columns in one of the tables that is sent offline as a publication item. I have searched everywhere to see if there is a procedure to see this. I only found process to add/drop columns but not modify to JUST increase the length.
    Can we just alter the tables on the server and republish the application? Will that cause any data loss on the client end?
    Any help is greatly appreciated.
    Thanks
    Sireesha

    I totally forgot about this method. Metalink had it in the headlines today and remembered your question.
    This should work for you.
    Applies to:
    Oracle Lite - Version: 10.2.0.1.0 to 10.2.0.2.0
    Information in this document applies to any platform.
    Goal
    The Goal of this Document is to show the right steps when it is necessary to increase the Column Size for a table
    which is used for the Synchronization with Oracle Lite 10GR2
    BECAREFULL, it is not supported to change the Column Size or make any Schema Evolution on the Primary key
    as The Synchronization Algorithm is based on Primary key
    Solution
    Create table test_sec (col1 number(10); varchar2(10));
    alter table test_sec add primary key (col1));
    Create Publication: PUB_TEST_SEC
    Create Publication: PI_TEST_SEC: select COL1, COL2 from scott.TEST_SEC fast
    Refresh, server wins, weight = 1 and add it to the Publicatio PUB_TEST_SEC
    Synchronize this PUB_TEST_SEC
    On the Server: increase the col2 WHICH IS NOT A PK, from 10 to 15
    alter Table scott.TEST_SEC modify (col2 (varchar2(15));
    To get the new Column Size on the olite DB, you need to alter the Publication item too using for example this code:
    import java.sql.*;
    import java.io.*;
    import oracle.lite.sync.Consolidator;
    import oracle.lite.sync.ConsolidatorManager;
    import oracle.mobile.admin.*;
    public class PublicationChange {
    public static void main(String argv[]) throws Throwable
    DriverManager.registerDriver ((Driver)Class.forName ("oracle.jdbc.driver.OracleDriver").newInstance());
    ConsolidatorManager consolidatorManager = new ConsolidatorManager();
    consolidatorManager.openConnection("mobileadmin","manager","JDBC:ORACLE:thin:@suppolite1.fr.oracle.com:1521:PROD");
    System.out.println("Connected");
    try
    /*You need to put a Select Statment lightly different from the Publication item,
    if you will use the same select statment, it won't take in Account
    if you used: select * from owner.table to create the Publication Item
    you need to use: select * from owner.table for the alterPublicationItem API
    consolidatorManager.alterPublicationItem("PI_TEST_SEC","SELECT * FROM SCOTT.TEST_SEC");
    System.out.println("Pub Item recreated");
    catch (Throwable e) {
    e.printStackTrace();
    try
    consolidatorManager.closeConnection();
    System.out.println("The installation is done!");
    } catch (Throwable e) {
    Compile and run this java code.
    Synchronize
    Check your table Description on Oracle Lite Database to verify that this Schema Evolution has worked as expected.

  • How to increase the length of the identifier?

    I want to create a table with a column name as:
    "domainnameregistrationassistance"
    oracle 9i does not allow me to do this.
    as the identifier length is fixed to 30 characters.
    how do i increase the length of the identifier?
    any help on this will be great!

    Don't forget that there is a comment space for each table
    and column, so calling the column DNR_ASSIST doesnt
    revent you from doing ...
    COMMENT ON TABLE M_SCHEMA.DNR_ASSIST IS '
    Domain Name Registration Assistance';

  • How to increase the length of Remarks in Journal Vouchers

    Hi SAP Guru,
    I  am new in SAP Business One.  Normally our Narration which we feed in Details of Journal Voucher is longer than the space provided.  Is there any way to increase the length of Details field in Journal Voucher or Some other way we can cater this requirement.
    Thanks for answers in advance
    J.S.Rana

    Hi Rana,
    In this case, you have to create a user defined field of required length under Journal Transactions Header to fill the data.
    Regards,
    Vijay Kumar
    SAP Business One Forums Team

  • Increasing the length of Infoobject from 60 to 240 characters

    Hi...
    I want to increase the length of the infoobject from 60 to 240 characters, because that particular field in R/3 has texts with length 200 characters.
    I want to create 4 infoobjects each of length 60, breakup the texts coming from R/3, in transfer rules, by writing the transfer routine for each infoobject stating, first 60 char of the r/3 field into the first infoobject and so on.
    Did anyone write such routine? If so, can u provide me with the code?
    Thanks a lot.
    Sai.

    Hi Sai,
    I usually prepare data before load cutting long texts into parts (in case of flat files I use Access for it, for DB Connect – create a view).
    But for future usage it would be usefull to do it in a routine.
    The task seemed to be very easy, but some important nuances have appeared.
    Note: I always prefer to keep parts of the long description in the long texts of separate chars. The reasons for this: Possibility to use time-dependent texts and texts with lowercase letters without problems with SIDs.
    So, I use one main object with child objects (which keep parts of the text) as attributes. The long text of the main object keeps the first 60 (or 59) symbols of the long description. In this case I create either main or child IOs not as CHAR 60, but as another type depending on the key field of the incoming description (for example, for  a material description it may be its code). In the codes below I use 0ADDR_LINE1 - 0ADDR_LINE4 standard IOs for description parts – in order not to create 4 objects of CHAR 60 which I will not use.
    So, here is a result.
    For simplicity I assume that I have only 4 IOs like 0ADDR_LINEx and one IO as a main char.
    <b>1.     Case of load from flat files</b>
    - Create a flexible infosource.
    - Put there the main char and  0ADDR_LINE1, 0ADDR_LINE2, 0ADDR_LINE3, 0ADDR_LINE4.
    - After assigning a source system the transfer structure is created automatically.
    - Since in the comm structure (which the system uses as a template for creation TS and TRs) the 0ADDR_LINE1 char has a length 60, we need to increase the length of this object upto 240 symbols in the TS.
    - Main char and 0ADDR_LINE1 wil have 1:1 mapping in transfer rules.
    - Mapping of the other chars depends on type of routine we use
    - In case of a start routine, all other chars are to be mapped as 1:1 also. Its important, because in the start routine (which works BEFORE the work of routines for particular chars) we create values for them and 1:1 mapping is placed these values into IOs. If these IOs are not mapped, then regardless of existing data for them in the data package, they’ll not be updated at all.
    The start routine code:
    FIELD-SYMBOLS <fs> TYPE TRANSFER_STRUCTURE.
    LOOP AT DATAPAK ASSIGNING <fs>.
      <fs>-ADDR_LINE2 = <fs>-ADDR_LINE1+60(60).
      <fs>-ADDR_LINE3 = <fs>-ADDR_LINE1+120(60).
      <fs>-ADDR_LINE4 = <fs>-ADDR_LINE1+180(60).
      MODIFY DATAPAK FROM <fs>.
    ENDLOOP.
    * abort <> 0 means skip whole data package !!!
      ABORT = 0.
    As an alternative it’s possible to create routines for ADDR_LINE2, ADDR_LINE3 and ADDR_LINE4.
    The code is very simple:
      RESULT =   TRAN_STRUCTURE-ADDR_LINE1+180(60).
    * returncode <> 0 means skip this record
      RETURNCODE = 0.
    * abort <> 0 means skip whole data package !!!
      ABORT = 0.
    This is for ADDR_LINE4. For the other IOs the offset will be 60 and 120.
    <b>2.     Case of loading from R/3 or 3rd parties systems.</b>
    Routines for ADDR_LINE2, ADDR_LINE3 and ADDR_LINE4 is a straightforward solution. In case of a start routine, the source system should supply besides the long description 3 additional dummy fields with length 60. And mapping will be 1:1 for all fields.
    The rest is simple – inserting main and child IOs as data targets, creating update rules for them with proper mapping to incoming from a comm structure ADDR_LINEx values. Value of main IO should be set as a key field for all IOs.
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • How to increase the length of the Info object

    Hi All
         Any one have idea about how to increse the length of the Info object Char(beyond 60). Can you please explain me in detail we are using BI7.0.
    Thanks
    Vani

    Hello Vani,
    You cannot increase the length of an info-object beyond 60 chars.However if you want to store a characteristics data with more than length 60, then you may create separate info-objects
    for example: if you need to store 'notes' which might have length more  than 60,
    then you may create info-objects like notes 1/3 ---store first 60 chars.
    notes 2/3 --- store next 60 characters and so on.
    Thanx
    Priyanka

  • How to Increase the length of Material Code (MATNR)

    Hi all,
    I have the requirement to increase the size of Material code (from 18 characters to 30 Characters) .
    Is their any provision for this in ERP 2005.
    Let me know.
    regards,
    Sheo

    You should not increase the length of the field.
    You can do it by changing the domain for MATNR, but then you have to modify all programs and screens where MATNR is used.
    The only impact of this is that SAP will disown your implementation and will not provide any free support. You have to pay their hefty consulting fee every time
    Hope this answers,
    Lakshman

  • Can we increase the length of a IO to more than 60?

    Hi Experts,
    I want have a requirement where in the incomming data for a particular IO is more than 60 in length. In order to mapp it in BW we have to increase the length of the IO to 80.
    But, the problem is the standard is only 60 length max.
    I want to know is there a way we can increase the length of the IO?
    Your help is much appreciated.
    Regards
    BN

    Hi,
    Have a look at this thread
    Maximum length of the long text is 60
    Regards,
    Amruth

  • Increase the length of a character array

    hello,
    i need to increase the length of my character array.i tred using ArrayUtils class which supports setSize method to set the size of a previously declared character array.But,i have no idea of how to import that class.i meant 'which package to use' for it. plz help me out of this
    thanks

    use ArrayList or StringBuffer or String Builder class.
    or
    use ArrayList to get the input at run time and use toArray() method to change the list to array.
    there is no option available to change the size of the array once created.
    there is no Arraysutils package , it is util.Arrays.
    u import,
    import java.util.*;
    or
    import static java.util.Arrays.*;

  • How can i increase the length of material description

    hi
    my client wants to increase the length of material description (MAKT Table) form 40 cha
    how can it possible to increse the description
    plz guide me
    K.Raghuram

    Hi,
    Hence i dont know how to give u a link, i am doing copy & paste of the replies from SAP Learner & Ashok kumar.
    B/regds,
    CB
    hi
    the dscription u can give it in basic data text
    but retriving that will be difficult
    it is to be done by ur abaper using the functional module read_text with help of tables STXH and STXL are used to store long text in SAP.
    now plz consult ur abaper for this
    refer following
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/long-text-192036?cv=expanded
    regards
    KI
    You can Use additional data Basic Data Text or Purchase Order Text.
    Long Texts are Stored in STXH & STXL Tables and the Same can be Retrieved thru FM READ_TEXT in SE37. Communicate your abaper Once......
    Re: Search on Material PO Text (LTXT)

Maybe you are looking for

  • Print images in contacts in Manual order?

    i want to print my contact sheet in the order that i have manually organized them. i have the Project set to "Manual" but i seem to be missing a setting in the print dialog. is there a way to do this? should i create an album first or something? i ha

  • DropdownByIndex in WebDynpro for abap

    Hi I am new to Dynpro form ABAP. Anybody tell how to create DropdownByIndex. Please help me. regards Arjun

  • Flex4.6SDKとプロジェクターの再配布契約?

    ここに「無償のFlex SDKはアプリケーションと共に再配布可能ですが.再配布契約に署名する必要があります.」と書かれています. http://www.adobe.com/jp/products/flex/faq.html この署名はどうやってすればいいのでしょうか? また「Flash Player 11.3 プロジェクターをダウンロード (EXE, 8.14MB)」も再配布してOKなのでしょうか? http://www.adobe.com/jp/support/flashplayer/down

  • Problem accessing SQL Express 2008 R2 after VS package install

    I've written an application package in Visual Studio 2010 which requires SQL Express 2008 R2. I've also created a separate setup package and set SQL Express as a prerequisite. Everything runs as expected except that after the install on target machin

  • Why does my comment say my name is SCOTT BENSON?

    I left a comment here: http://livedocs.adobe.com/flex/3/html/asdoc_9.html#142061 And it says my name is SCOTT BENSON (which it is definitely not). How do I change this? I've been on the phone with customer support and they have no idea what I'm talki