Cl_abap_structdescr= create  is missing in ECC 4.7

Hi,
      We have ECC 4.7 developement system in our landscape.  Programmers are want to use the method cl_abap_structdescr=>create . But this method is not existing in this version. 
Do we have any sap oss note to get this method in 4.7.
Thanks
Srikanth

Hello Srikanth,
CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE( ) uses the GENERATE SUBROUTINE POOL technique to create the dynamic internal tables.
And as per the SAP documentation,
In an internal mode, a maximum of 36 temporary subroutine pools may be created.
Source: [http://help.sap.com/abapdocu_702/en/abapgenerate_subroutine_pool.htm]
Btw why are you crating 36 dynamic internal table? That's way too far-fetched even for the RTTC classes
BR,
Suhas

Similar Messages

  • "SD_EDI_QUOTES_ORD_ID01" is missing in ECC 6.0

    Hi Guys,
    I am working on Upgradation program 4.5B to ECC 6.0, The above Function module is missing in ECC 6.0,
    Could you please suggest us, is there any SAP Notes is available for this Function module.
    Please suggest us any other way also not to replace the Function module.
    Thanks,
    Gourisankar.

    Had the same issue when trying to generate an 855 outbound.
    In WE20, under the Message Control tab, change your process code to SD10.

  • How to create a package in ECC 6.0.

    Hi,
    Can you tell me how to create a package in ECC 6.0 system?
    Thanks in advance,
    Regards,
    Arnab.

    Hi,
    Thank you for your replies.
    Can you tell me the difference and uses of the two types of package I can create from SE21.
    i.e. : Package and package interface. any sap link would also be helpful. I need to know where i can use what and what would be helpful for my case.
    Regards,
    Arnab.

  • Dynamic ALV and cl_abap_structdescr Create method

    Hi
    In the process of creation of Dynamic ALV, as I have char_name and char_descr fields, I have to use char_descr as column header of ALV because char_name which has entries something like DVS_******(that do not make any sense to user). I am facing 2 problems here using the scenario above.
    1. char_descr contains characters like '[', ']', ' /', '.', space which are invalid characters for method cl_abap_structdescr=>create(). How to handle scenario like this?
    2. assign (lv_value) to <value>.
            if sy-subrc = 0.
              <value> = ls_bapi_char_value-charvalue.
              if <value> is assigned.
                move ls_bapi_char_value-charvalue to <value>.
    where-> concatenate '<table_dyn_wa>-' ls_bapi_char-char_descr into lv_value
                   <value> type any
                  <table_dyn_wa>- is dynamic table with structure created with cl_abap_tabledescr=>create( p_line_type = stru_type )
    with above code for few fields data is being assigned and for few sy-subrc = 4. The table from where I am reading the field contains char_name associated with it and not char_descr. For the fields whose char_name and char_descr matches exactly, ALV displays data for it.
    How to resolve the issue so that I could get all the data?
    Let me know if further details are needed.
    Thanks, in advance
    Trupti
    Edited by: TRUPTI KALLURWAR on Jul 9, 2010 7:08 PM

    Hello Srikanth,
    CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE( ) uses the GENERATE SUBROUTINE POOL technique to create the dynamic internal tables.
    And as per the SAP documentation,
    In an internal mode, a maximum of 36 temporary subroutine pools may be created.
    Source: [http://help.sap.com/abapdocu_702/en/abapgenerate_subroutine_pool.htm]
    Btw why are you crating 36 dynamic internal table? That's way too far-fetched even for the RTTC classes
    BR,
    Suhas

  • Unable to create Customer master in ECC 6

    Hii Gurus
    I am unable to create customer master in ECC 6 version as system says that sales area defined even though it is defined. if i am going to XD01 when i click on All sales area Button it is showing only sales organisaiton and rest distribution channel and division is not appearing. is there any activation required for distribution channels or at divisions so that i can appear in avalible sales area.
    i have tried to enter it manually but it is not accepting. when i check at enterprise structure it is defined and assinged
    can any body help me oout?
    thanks in advance
    sur

    Hello,
    This is an issue by non-assigning on common distribution channel and common division.
    Go to SPRO --> Sales & Distribution --> Masterdata --> Define Common Distribution channel (Txn : VOR1).
    Give you distribution channel to the fields Reference distribution channle for conditions and Reference DC for customer and material masters
    Go to SPRO --> Sales & Distribution --> Masterdata --> Define Common Division (Txn : VOR2)
    Maintian Common division 00 agaist your sales org as well as the fields Reference Division for conditions and Reference Division for customer and material masters
    Prase

  • Need to create ABAP proxy in ECC 6.0

    Hi All,
              I need to create Abap proxy in ECC 6.0 .Tha actual senerio is iam getting data from XI in XML format and i need to validate and update the date in the ZEE table fields respectively.i need to Modularize the class and keep the validation part separate. we should do validation framework for custom Master Data objects which can be turned On and Off. This can be used as a common framework for all master data validations.can any one guide me how to create abap proxy from staring till end ...Thanks in advance ...
    Regards,
    SRIram

    Hi,
    I got these below steps from SDNforumonly ..i do not have the link however i have the steps:
    1.check Delivered Languages service.sap.com/languages.
    2.check note 42305
    3.In transaction SMLT , Choose Classify Language (Language symbol or F5 )
    4.Supplement this language with English or German (Recommended)
    5.The language must be defined in the instance profiles so that you can log on in these languages. The relevant parameter is
    zcsa/installed_languages.
    6.Go to the language for which you want to install extra packages and choose or choose Language --> Import Package
    7.in the next screen , enter the path for language packages.
    8.start immediately or schedule it .Optionally you can use the target server to exceute this ( to avoid performance issues
    ,if you are importing in production timings, and you cna exculde this server from logon group )
    9.if any problems in importing then analyze the log and restart the import .
    10.After importing the languages, you must also import the language data in the Support Packages.Choose Language --->
    Special Actions ---> Import Support Packages
    11.Go to the language that you want to supplement and choose or Language ---> Supplement Language(this is client specific ,
    so execute for each client in your system)
    And also to the above if your system is running on non unicode you need to install the code pages (example AIX locale command) .
    Thanks.

  • How to create watch points in ECC 6.0

    Hi Experts,
    How to create watch points in ECC 6.0
    Thanks.

    Dear Kalyan,
    The moment the debugger starts, there will be an icon for "Watchpoint" exactly after F5, F6, F7, F8 and a big STOP red button on the application tool bar. Once you click on that Watchpoint button, it will take you to the screen where you need to define the exact field and its relative operator along with the condition to be checked.
    Hope this is clear. No navigation needed for this.
    -Syed.

  • Personal Information nodes missing in ECC 6.0

    Hi,
    Personal Information nodes missing in ECC 6.0
    SAP HR Highest Level Support  SAPKE60003
    EA HR                                     SAPKGPHD03
    What may be the reason.
    Note: Points will be rewarded immediately.
    Kiran

    Hello,
    thank you so much.
    I think that there is not soultion. SAP told me:
    Dear Maria ,
    You have set the Maximum period, Minimum remaining shelf life and
    Total shelf life as zero. I tested this on our internal test system
    and when these are all set to zero the fields PROD & SLED are not
    visisble in the Material tab in tcode MIGO.
    The shelf life is only checked when you enter a goods receipt if the
    following prerequisites are met :-
    1.The minimum remaining shelf life is maintained in the material master
    record or in the purchase order. The minimum remaining shelf life is theminimum number of days for which the material must keep for the goods
    receipt to be accepted by the system.
    2.The shelf life expiration date check is active for the plant and
    movement type in Customizing for Inventory Management.In the
    transaction SPRO,if you check in SAP Reference IMG
    Material Management > Inventory management and Physical Inventory
    > Goods Receipt > Set Expiration date Check,the SLExp/prDt field
    is checked for plant and material movement
    Regards

  • There's a way to create adobe forms in ecc 5.0 ?

    There's a way to create adobe forms in ecc 5.0
    via abap without webdypro ?

    Hi,
    Go through this link for ABAP Webdynpro
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37 [original link is broken]
    Regards,
    Satish

  • How to create User Exits in ECC 6

    Hi Experts,
    good day, i'm looking for any notes or learning materials on how to create User Exits in ECC 6. please send me the links.
    thanks you for your usual support.

    Hello,
    For information on Exits, check these links
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    Any Basics u wana know abt Enhancements.,.,go through the link.,
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    Thanks,
    Swati

  • Can we creat  the inforecord in ECC  as the follow on document  of the RFX

    Hi ,experts :
      As we know , we can create the contract as  the follow on document  of the RFX in SRM  .But ,in my case ,the client do not want to use the contract  .The use the inforecord  in ECC .
      So ,I want to know how to create the inforecord  as the follow on document  of  RFx ?
    Any suggestions ,welcome .
    Bestregards !
    Alex !

    Hi,Masa:
        Thanks for your reply .
       I checked the function modle .In  this FM  , the system has one Remote Fuction Call ---'BBPV_CONTRACT_CREATE'(this function is on the backend system ).So ,I should change this FM  use the new one ,right ?
      I am sorry ,do you know the funtion name  that can create the inforecord  in Ecc?
      many thanks !
    Bestregards !
    Alex !

  • Creating Client 800 For ECC 6.0

    Hi,
    I have installed ECC 6.0 IDES in my PC,i able use 001 client with DDIC user name but iam unable to open 800 client.
    Can you please tell me how to create client 800 in ECC.
    Thanks in Advance,
    Regards,
    Balu.

    Hi
    As you said client 800 is already created in defult
    Tcode SCC4 check whether you have 800 client entry there,if you have then try to login with to 800 with sap/pass if it doesn't work then you need to delete sap and so that it will be recreated and you can login with sap*/pass
    Login to the SQL prompt and execute the following command.
    sqlplus"/as sysdba"
    sql>delete from sapsr3.usr02 where mandt='800' and BNAME="SAP*";
    where,
    SAPSR3 is the schema.
    mandt is the client
    Bname is the user name
    You also need to check parameter login/no_automatic_user_sapstar is set to 0 so you can logon as SAP* password pass,you can find this parameter at /usr/sap/SID/SYS/profiles in Default profile or Instance profile
    als chek the below links
    http://www.sap-img.com/basis/changing-the-default-password-for-sap-user.htm
    http://www.sap-basis-abap.com/bc/forgot-password-for-user-id-sap-in-client-000.htm
    http://help.sap.com/saphelp_45b/helpdata/en/52/671792439b11d1896f0000e8322d00/content.htm
    Regards
    Uday

  • Creating process chains in ECC

    Dear APO/SCM experts,
    I am a Basis consultant and have been requested by our SCM funtional expert to configure the ECC system so that he can maintain process chains directly in ECC (via transaction RSPC and RSA1).
    He receives the following message in ECC when attempting to maintain the process chains: "You can only work in client 000".
    I am no SCM expert, but are you not suppose to maintain these chains from SCM? We are using BW as well and the BW consultants have never requested me to perform this action in ECC (as I understand SCM and BW source systems, datasources, process chains etc. are very similar).
    So, can you actually create and maintain process chains directly in ECC?
    Regards,
    CJ

    you should be able to create Process chains in ECC or SCM or BW. the process and concept is the same
    am not sure why ur SCM functional consultant asked u to create process chains in ECC and what he needs exactly. Maybe u should get more details. Maybe its a ECC process he wants to be done like say the integration models - not sure if you would want to do SCM processes from process chains in ECC
    not sure of the msg about the client 000 though
    yes you can create Process chains in ECC with the same RSPC transaction
    maybe he thinks you can maintain it all from solution manager or a central admin system in ECC

  • PSL not creating internal orders in ECC

    Hi
    We have a scenario were we are creating a Product Service Letter of type 'PSLH'.
    We are creating Service Orders based on a template attached to this transaction type.
    We also need to capture the cost for this PSL Type. But the system is not creating internal orders in ECC to capture the costs.
    Please guide as to how the cost capture can work for product service letters of type 'PSLH'.
    Regards

    Hi,
    Please check the below link.(Controlling section)
    http://help.sap.com/saphelp_crm50/helpdata/en/c1/704348030bc64b8b40118e10ad98f1/frameset.htm
    as per this, integration of PSLH with ECC is not present, you may have to custom code it.
    Regards,
    Krishna

  • Cl_abap_structdescr= create causes CX_SY_STRUCT_COMP_Ndump for invalid char

    Hello experts,
    when generating a copy of a system generated ITAB with RTTI/C I get a CX_SY_STRUCT_COMP_NAME  dump for invalid character.
    The error is caused at statement:
    go_sdescr_new  = cl_abap_structdescr=>create( gt_components ).
    Dump excerpt:
    The reason for the exception is:
    Component Name '0FISCVARNT' of the Component 1 Contains an Invalid Character
       70        if comp-name+off(1) cn 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_' or
       71           comp-name+off(*) cn 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789'.
       72 *        illegal character in component name
             raise exception type CX_SY_STRUCT_COMP_NAME
    Within SAP BI-IP ABAP-Exit function I am trying to create a copy of the system generate ITAB1 in which the data is delivered to me by the system. I want to add a few columns to this copy, perform calculations and write the data back to the result table ITAB2
    The first component (out of 80) of the table ITAB1 is the SAP standard infoobject 0FISCVARNT ...
    Excerpt (line 1) gt_components:
    1     0FISCVARNT     ->
    Since 0FISCVARNT contains a 0 as first character I cannot use this name in my copy of ITAB1.
    I desperately need a work around!
    I apprecate any suggestions
    Greetings,
    Martin

    Did try you passing
    P_STRICT = space
    to the method CREATE ?

Maybe you are looking for

  • Sorting songs on iPod mini like in iTunes library

    Can the library on my iPod mini be sorted by Sort Name like my iTunes library can? If so, how?

  • Virus on Nokia 5800?

    I keep getting sms messages advising I need to update my software so I eventually did this through the Nokia site. Now I can't use my phone I have open apps which I can't get rid of, can't turn off the phone, can't make calls, receive sms etc etc etc

  • AS3 font embed height issue

    This is probably the weirdest font embed problem I've had in years... I'm using Flash CC. Whenever I use an embed font I get this weird result. On the left I'm using a system font without embed, on the right I just switch to an embedded font in the l

  • Two entities in one view

    hi I have got two enitities in one view in bc4j. a master and detail. When I insert a new record in this view I want to insert both entities. The master and the detail entity. Is this possible in bc4j without writing code? Gr, Erik

  • What is 'Authorware Exchange' ?

    I've been away from Authorware for a couple of years but may have a renewed interest... depending on what Adobe plans to do with the product. I see the posting about Authorware Exchange... Would someone be kind enough to tell me what Authorwre Exchan