SPRunCalcAccount and length of identifier

Hello,
I got an issue when i try to use the SPRunCalcAccount stored procedure. I got an error related to the length of an identifier. When i check the stored procedure in the 'Programability' part of SQL Server Manager i see it's suppose to handle 2000 char for the currency...  I only send a string of 580 and yet it refused to execute it.
Do you have any clue about that ?
Thank for reading,
Best regards,
Damien
Call no. 1, logic:G:\BPC\Data\WebFolders\Consolis\FINANCE
..\AdminApp\FINANCE\CalcAccount.lgx
signeddata is YTD
Building sub-query 1
Query Type:0
Max members:
Executing SPRUNCALCACCOUNT [FINANCE],[ACT], [HCNDG_DKK,HCNDG_EUR,HOLD_EUR,HPADG_EUR,LDWBG_EUR,PCPHG_EUR,RAIL_EUR,RAIL_WAQ_EUR,RESA_EUR,RESA_WAQ_EUR,RFRA_EUR,RMAR_EUR,RMAR_MAD,RSATG_EUR],[SPSCOPE_158579],[SPLOG_737962]
error running stored procedure SPRUNCALCACCOUNT [FINANCE],[ACT], [HCNDG_DKK,HCNDG_EUR,HOLD_EUR,HPADG_EUR,LDWBG_EUR,PCPHG_EUR,RAIL_EUR,RAIL_WAQ_EUR,RESA_EUR,RESA_WAQ_EUR,RFRA_EUR,RMAR_EUR,RMAR_MAD,RSATG_EUR],[SPSCOPE_158579],[SPLOG_737962]:The identifier that starts with 'HCNDG_DKK,HCNDG_EUR,HOLD_EUR,HPADG_EUR,LDWBG_EUR,PCPHG_EUR,RAIL_EUR,RAIL_WAQ_EUR,RESA_EUR,RESA_WAQ_EUR,RFRA_EUR,RMAR_EUR,RMAR_MA'is too long. Maximum length is 128.

I would try to run the process in smaller buckets, using the Key Identifier, which is the 1st column in teh Translation Account table.  The use of the identifier goes into the SPRUNCALCACCOUNT string after the SCOPE and LOG table statements.
Try and let us know.

Similar Messages

  • Is their any function in sql to identify datatype and length of each column

    Hi
    i need to identify datatype and length of each column in a table by using SQL query.
    plz assist me reagard the same.
    thanks

    Try this:
    SELECT column_name,
           data_type,
           data_length,
           data_precision
    FROM   user_tab_columns
    WHERE  table_name = <table_name>

  • Difference between size and length of a node

    Dear All ,
    Can anybody please let meknow what is the difference between size and length of a node in webdynpro java
    what is the code  for finding a node that how many attributes it is holding in runtime
    Thanks in advance.

    Dear Krishnakk
    You can call the SIZE() method of the NODES and LENGTH() method on ATTRIBUTES.
    Like if you have node Employee and Employee_ID and Employee_Name are attibute under it. suppose you have already populated the node employee.
    ***what is the code for finding a node that how many attributes it is holding in runtime
    You have to identified the which node will be called based on the user actions;
    You can fin the size of the node to identify number of the rows holding at runtime. loop through for to find the attributes
    IWDMessageManager messageManager = wdComponentAPI.getMessageManager();
    if(wdContext.nodeEmployee.size() > 0)
             //Print Node size          
             messageManager.reportSuccess("Size of the Node ::"+wdContext.nodeEmployee.size() );
             for(int i=0; i<wdContext.nodeEmployee.size(); i++
                     //Print Length of the Attributes Employee ID and Name
                     messageManager.reportSuccess("Length of the Employee Name ::"+wdContext.nodeEmployee().getEmployeeElementAt(i).getEmployee_ID().length());
                     messageManager.reportSuccess("Length of the Employee ID ::"+wdContext.nodeEmployee().getEmployeeElementAt(i).getEmployee_Name().length());
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • Can someone please tell me the exact screen measurements (width and length) for the 13 and 15 inch macbooks?

    Can someone please tell me the exact screen measurements (width and length) for the 13 and 15 inch macbooks?
    I've got a 13 inch Air but I need to know the visible dimensions of the 15.4 macbook pro.
    Thank you

    You should be able to identify the MagSafe adapter and cord from Support page:
    •Intel-Based Apple notebooks: Identifying the right power adapter and power cord
    •Apple Portables: Troubleshooting MagSafe adapters
    Hopefully this helps. If you have a defective adapter, take it along if you happen to
    have access to an Apple Store or Authorized Apple Service Provider, to match it.
    PS: there is a MagSafe plug adapter to use one kind of MagSafe with later model
    http://eshop.macsales.com/item/Apple/MD504ZMA/
    PPS: MagSafe 85W Adapter compatible with your computer, see specs:
    http://eshop.macsales.com/item/Apple/MC556LLA/
    PPPS: Six foot AC power cable, replaces duck-head:
    http://eshop.macsales.com/item/Apple/PWRCBLMSA/
    Good luck & happy computing!
    edited 2x

  • I need to write a Java script to make my Art board bigger by 1 (one) inch on the Width and Length, Regardless of the Content?

    Hi,
    I am currently using "Visible bounds" (java script)to add 1 inch to the width and to the Length of my Art board, but when i make a clipping mask it actually reads the hidden content from the Clipping mask and makes conforms my art board to that particular shape. Am using Adobe illustrator cs6 Here is My Code:
    var myDocs = app.documents;
    var i = 0;
    for (i = myDocs.length-1 ; i >= 0; i--)
        var doc = myDocs[i];
        app.activeDocument= doc;
        var myVisibleBounds = doc.visibleBounds; //Rect, which is an array;
        myVisibleBounds[0] -= 36;
        myVisibleBounds[1] += 36;
        myVisibleBounds[2] += 36;
        myVisibleBounds[3] -= 36;
        doc.artboards[0].artboardRect = myVisibleBounds;
    All i Want is to add 1 inch to my width and length and this does it but if i have a clipping mask it will pick up the bounding box i guess? and it will conform it to the shape... any help please... Try my code and you will see that it does add 1 inch but now make you artboard lest say 12" x 12" and make a shape bigger than the art board and you will see how it adds 1 inch to the art board based on that shape...  now if you make a clipping mask to fit that shape in the 12" x 12" art board you will still get 1 inch bigger than the shape thats being clipped ... 

    yes, visible bounds is reading the non-visible masked objects too.
    you're going to have to do it the hard way, loop through all your objects to get your bounds manually, and while you're at it, test for clipping masks and use the masking path instead.

  • We use an add-on in one of our online solutions and we've identified a security vulnerability. The issue has been addressed in our latest add-ons and we would like to know how we may blocklist our previous player through a firefox update?

    We use an add-on in one of our online solutions and we've identified a security vulnerability. The issue has been addressed in our latest add-ons and we would like to know how we may blocklist our previous player through a firefox update?

    You can file a bug report to do that request.
    http://developer.mozilla.org/en/docs/Bug_writing_guidelines

  • How to check position and length of a field in a structure

    Dear All,
    DATA :  P_DEST TYPE ANY.
    Assuming that the structure (P_DEST ) conatins a field called 'ROUTE', how to find the position and length of field 'ROUTE'.
    Please help!!
    Thank you in advance.
    Sravan.

    Hi,
    you may need to find out the type of a generic interface parameter in a subroutine. To do this, you would use the statement:
    DESCRIBE FIELD <f> [LENGTH <l>] [TYPE <t> [COMPONENTS <n>]]
                       [OUTPUT-LENGTH <o>] [DECIMALS <d>]
                       [EDIT MASK <m>] [HELP-ID <h>].
    The attributes of the data object <f> specified by the parameters of the statement are written to the variables following the parameters.
    Regards
    Sudheer

  • R/3 Field name for "Number of Pipes" and "Length of Pipe" for SD Billing

    Dear Gurus,
    I require the R3 tables and fields for "Number of pipes" and "length".
    These Fields are used in Billing Document Data: Items (As of 2.0B) (ZS2LIS_13_VDITM) for BI report.
    Your Help is greatly appritiated.

    hi,
    Now sure abour your requirment but if you pulling billing data then you can use follwoing fields
    "Number of pipes" = quantity = VBRP-FKIMG (Actual Invoiced Quantity / Billed quantity)
    "length" = MARA - LAENG (base don mataerial no u can get this from Material master)

  • Process Message failed: System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.

    Hi
    I am trying to process an X12 message and I am getting following error.
    Method : ProcessMessage
    Message : Process Message failed: System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
    Parameter name: length
       at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
       at Q.Inbound.X12Preprocessor.getTranTypeFromFuncCode()
       at Q.Inbound.X12Preprocessor.setProcessType()
       at Q.Inbound.X12Preprocessor.getFuncGroupHeader(StreamReader sr)
       at Q.Inbound.X12Preprocessor.ProcessMessage(X12Definition& docInfo)
    Please help.
    Thanks

    Might try them over here.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral%2Cvbgeneral%2Cvcgeneral&filter=alltypes&sort=lastpostdesc
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • R/3 Field name for "Pipe Length" and "Length" for SD Billing

    Dear Gurus,
    I require the R3 tables and fields for "Number of pipes" and "length".
    These Fields are used in Billing Document Data: Items (As of 2.0B) (ZS2LIS_13_VDITM) for BI report.
    Your Help is greatly appritiated.
    Thanks and Regards,
    Sharath

    Hi Sharath:
    Some questions for you:
    - What is the exact Technical name of the DataSource? Is "ZS2LIS_13_VDITM" or "2LIS_13_VDITM"?
    - Can you see the "Number of pipes" and "length" fields in Transaction Code LBWE? What are their Technical Names?
    Those field descriptions don't ring any bell for me, so my guess is that you're dealing either with a Generic Extractor or an Enhacement to the Standard Extractor.
    Regards,
    Francisco Milán.
    Edited by: Francisco Milan on Jan 21, 2011 10:23 AM

  • HT1349 How can i find out the size and length of my playlist?

    How can i find out the size and length of my playlist? Anybody?

    It shows up in iTunes on your computer as seen here:

  • For abap-hr i need datatype and length for the fields which i selected

    hi seniors,
          I got one task for which i have to get the data type and length for the fields of a table in abap-hr. I am using dd03l table, but my team leader told me to not to use this. So, please anybody can help, i will be thankfull.
          I have to select PA30 fields in which pernr and choic, subty and whatever i have selected the infotypes fields. If there is any function module to find data type and length or else any other table.
    thanks,
    sekhar.

    Hi,
    Try using the Function Module "DDIF_FIELDINFO_GET". You can use this for fetching the complete details of a structure or, a specific field.
    Input:->
    TABNAME        PA0001
    FIELDNAME     PERNR
    Output:->
    Check the DFIES_TAB  it will contain all the details you need for the specific field.
    Sample--->
    CALL FUNCTION 'DDIF_FIELDINFO_GET'
      EXPORTING
        TABNAME              = 'PA0001'
    *   FIELDNAME            = ' '
    *   LANGU                = SY-LANGU
    *   LFIELDNAME           = ' '
    *   ALL_TYPES            = ' '
    *   GROUP_NAMES          = ' '
    *   UCLEN                =
    *   DO_NOT_WRITE         = ' '
    * IMPORTING
    *   X030L_WA             =
    *   DDOBJTYPE            =
    *   DFIES_WA             =
    *   LINES_DESCR          =
    TABLES
       DFIES_TAB            = MY_DFIES_TAB
    *   FIXED_VALUES         =
    * EXCEPTIONS
    *   NOT_FOUND            = 1
    *   INTERNAL_ERROR       = 2
    *   OTHERS               = 3.
    Hope this was of some help.
    Best regards,
    Sagar.

  • How to use same Data Type and Length for two fields

    How to use same data type and length for two fields when using 'FOR ALL ENTRIES IN' in a select statement? For instance the select queries are :
    SELECT bukrs gjahr belnr lifnr budat bldat zlspr dmbtr waers shkzg
    FROM bsik
    INTO TABLE it_bsik
    WHERE bukrs = p_bukrs
    AND lifnr IN s_lifnr.
    IF it_bsik IS NOT INITIAL.
    SELECT belnr gjahr awkey awtyp
    FROM bkpf
    INTO TABLE it_bkpf
    FOR ALL ENTRIES IN it_bsik
    WHERE belnr = it_bsik-belnr
    AND gjahr = it_bsik-gjahr.
    IF it_bkpf IS NOT INITIAL.
    SELECT belnr gjahr lifnr xblnr
    FROM rbkp
    INTO TABLE it_rbkp
    FOR ALL ENTRIES IN it_bkpf
    WHERE belnr = it_bkpf-awkey+0(10)
    AND gjahr = it_bkpf-awkey+10(4).
    ENDIF.
    ENDIF.
    Here it gives an error in the 3rd select query that 'When you use the addition "FOR ALL ENTRIES IN itab", the fields "GJAHR" and "IT_BKPF2-AWKEY+10(4)" must have the same type and the same length.'
    Kindly clarify.

    Hi Saurabh,
    Please see the example code that I have developed for you. It will help you solve the problem.
    REPORT ZTEST_3 .
    tables : BKPF.
    data : begin of it_bkpf occurs 1,
             belnr type RE_BELNR,
             awkey type awkey,
             awtyp type awtyp,
             gjahr type GJAHR,
           end of it_bkpf.
    data : begin of it_bkpf1 occurs 1,
             belnr type RE_BELNR,
             awkey type gjahr,              " change the data type
             awtyp type awtyp,
             gjahr type GJAHR,
           end of it_bkpf1.
    data : begin of it_rbkp occurs 1,
             belnr type BELNR_D,
             gjahr type gjahr,
             lifnr type LIFRE,
             xblnr type XBLNR,
           end of it_rbkp.
    select belnr
           awkey
           awtyp
           gjahr
           from bkpf
           into table it_bkpf
           where BUKRS = 'TELH'.
    loop at it_bkpf.
    it_bkpf1-belnr = it_bkpf-belnr.
    it_bkpf1-awkey = it_bkpf-awkey+10(4).           "Here only append the required length.
    it_bkpf1-awtyp = it_bkpf-awtyp.
    it_bkpf1-gjahr = it_bkpf-gjahr.
    append it_bkpf1.
    clear it_bkpf1.
    endloop.
    select  belnr
            gjahr
            lifnr
            xblnr
            from RBKP
            into table it_rbkp
            for all entries in it_bkpf1
            where belnr = it_bkpf1-belnr
    This is just an example. Change the fields according to your requirement.
    Regards
    Abhii
    Edited by: Abhii on Mar 9, 2011 9:08 AM

  • How can I find my contract date and length online?

    I've searched everywhere and can't find anywhere online in MyBT that has the actual details of my contract date and length. I know I renewed my  line rental in advance and have Option 3 phone and broadband. I need to know, if I have paid a year's line rental, does that mean I'm automatically contracted to a year's Option 3 also?
    It would be SO much simpler not to have to waste hours going round in circles on the website. It is as though contract info that is personal to the subscriber is deliberately hidden. I can't think of any other provider who does this.
    All it would take is : Your contract started:....... Your contract ends..........
    Not rocket science!

    If you contact live chat at this link they can tell you http://bt.custhelp.com/app/contact/c/2902/?s_intcid=con_intban_sanda_contact_us_chat_from_forums
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • How many types of Queues exists and how to identify them.

    Hello
    can anyone say How many types of Queues exists and how to identify them.
    What does R3R* and CSA* stands for.
    Regards,
    divya

    Hi Divya,
        The queues R3* and CSA* that you have specified are qRFC queues. qRFC queues are data queues which transport data to and fro different systems.
    There are also the tRFC queues which are triggered whenever you make RFC calls to connect to another system.
    Queues with prefix R3AD* - for delta download from R3->CRM
    Queues with prefix R3AU* - for data upload from CRM->R3
    Queues with prefix R3AR* - used to transfer data during request load from R3->CRM
    Queues with prefix R3AI* - for initial load from R3->CRM
    Queues with prefix CSA* - these are validation object specific queues used for processing/persisting data in CRM tables in a serialized manner. E.g. CSABUPA* for business partner,CSA_ORDER* for sales order etc.
    You can administer and monitor the queues in trax. SMQR,SMQS.
    Hope this helps you! Pls. do not forget to reward me some points.
    Regards,
    Sudipta.

Maybe you are looking for