Issues in T-code cs01

Hi,
  In this t-code have a option for copy the material component from one material to another material .
  but my requirement is while copy the component create a new material use the reference from component material .
  Any one know ,which place I need to do the enhancement
Thanks
Ram.

I entered the correct quantity and posted in t code MI10
is this fine..
Edited by: sudhir krishna kumar singh on Nov 8, 2011 2:03 PM

Similar Messages

  • Problem with t-code CS01 in BDC

    hi expert,
    i am working on t-code CS01.
    i need to upload master data.
    but in this while making BDC i am facing problem
    in first screen we have to enter
    1. material number
    2. plant
    3. bom usage
    in second screen i want upload data upto 0150 item number.
    i am facing problem because it is taking only first record and just coping
    in rest of the item number.
    so please suggest me any method for the same.
    thanks in advance.
    Regard,
    viju

    Hi
    This is just an ABAP problem.
    It looks programmer had not recorded propoerly.
    Before writing the programe they will record the transaction.
    Pl. help him in recording the TCODE SC01.
    Then ask the programmer to write after properly recording.
    Hope it helps.
    Regards
    YMREDDY

  • Performance issue in this code

    public int[][] init(int[][] a, int m, int n){
      for(int j=0; j<n; j++){
        for(int i=0; i<m; i++){
          a[i][j] = i+j;
      return a;
    }Just a technical quest faced in one of the interview...
    There is a performance issue in this code. Can you identify, correct and justify your answer?
    Edited by: EJP on 17/10/2011 20:29

    mithu wrote:
    public int[][] init(int[][] a, int m, int n){
    for(int j=0; j<n; j++){
    for(int i=0; i<m; i++){
    a[i][j] = i+j;
    return a;
    }Just a technical quest faced in one of the interview...
    There is a performance issue in this code. Can you identify, correct and justify your answer?Not a good question at all. There's no performance issue here that can be positively identified by inspection. The only potentially significant one is, as EJP pointed out, loss of locality of reference because of the order of the loops. But even that's not a guarantee, since I don't think array layouts are defined by the spec. We could only determine for sure that that's a performance problem by profiling.

  • Authorization issue on comapay code in BI 7.0

    Hi All,
    We are facing some issue with the company code authorization.We have created analyses auths and these are included in the respective roles. These  roles are assigned to the users based on the requirement. We have used a exit variable for comapny code in the analyses auth and following code is used to populate the company code from DSO where we maintain the authorizaiton values for differernt users.
    We hav restricted the users only on the company code,activity and infoproviders. Users have access to all the info providers.
    we have given * access for all others objects.
    The below code was working fine till last month. But now users are getting the error message "you don't have analyses authorization for any of the char values of char 0comp_code" irrespective of the query they execute. Only BW consultants (have vast access) are able to execute the query.  we are unable find a single user id who cacan access so that we can comapare the other ids. We have checked the logs. No one has changed the code.
    Any pointer on this is highly appreciable.
    *& Report  ZBWI_YLQU01                                              *
    REPORT  zbwi_ycompcod.
    *--- Mandatory local variable for the User exit program
    TYPE-POOLS: rro01,                                   "Do not delete
                rrs0,                                    "Do not delete
                rsr,                                     "Do not delete
                sbiwa.                                   "Do not delete
    DATA: l_s_range     TYPE rsr_s_rangesid,             "Do not delete
          loc_var_range TYPE rrrangeexit.                "Do not delete
    --- local data definition         (if any) -
    TYPES : BEGIN OF st_compcode,
        comp_code LIKE /bic/azal_comp00-comp_code,
        /bic/zauth_val LIKE /bic/azal_comp00-/bic/zauth_val,
    END OF st_compcode.
    DATA : t_compcode TYPE st_compcode OCCURS 0 WITH HEADER LINE.
    *&      Form  variable_user_exit
          text
         -->I_VNAM         text
         -->I_VARTYP       text
         -->I_IOBJNM       text
         -->I_S_COB_PRO    text
         -->I_S_RKB1D      text
         -->I_PERIV        text
         -->I_T_VAR_RANGE  text
         -->I_STEP         text
         -->E_T_RANGE      text
         -->E_MEEHT        text
         -->E_MEFAC        text
         -->E_WAERS        text
         -->E_WHFAC        text
         -->C_S_CUSTOMER   text
    FORM variable_user_exit
                             USING  i_vnam        LIKE  rszglobv-vnam
                                    i_vartyp      LIKE  rszglobv-vartyp
                                    i_iobjnm      LIKE  rszglobv-iobjnm
                                    i_s_cob_pro   TYPE  rsd_s_cob_pro
                                    i_s_rkb1d     TYPE  rsr_s_rkb1d
                                    i_periv       TYPE  rro01_s_rkb1f-periv
                                    i_t_var_range TYPE  rrs0_t_var_range
                                    i_step        TYPE  i
                                    e_t_range     TYPE  rsr_t_rangesid
                                    e_meeht       LIKE  rszglobv-meeht
                                    e_mefac       LIKE  rszglobv-mefac
                                    e_waers       LIKE  rszglobv-waers
                                    e_whfac       LIKE  rszglobv-whfac
                                    c_s_customer  TYPE  rro04_s_customer.
      CHECK ( i_step = 0 ).
      REFRESH t_compcode.
      SELECT comp_code /bic/zauth_val FROM /bic/azal_comp00
      INTO CORRESPONDING FIELDS OF TABLE t_compcode
      WHERE username EQ sy-uname
        AND tctiobjnm EQ '0COMP_CODE'.
      LOOP AT t_compcode.
          CLEAR l_s_range.
          l_s_range-low = t_compcode-/bic/zauth_val.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
      ENDLOOP.
    ENDFORM.                    "execute_user_exit

    Hi Meghana,
    As Mohan suggested take the screenshot of SU53 Tcode and send it to Basis to add the respective company code Authorisation object in the role.
    Thanks & Regards,
    Dinakar.

  • Posting period issue for company code

    Hi,
    I am getting problem like posting period is not possible in certain duration for particular company code.
    So, what is the path in SPRO  to make configuration changes for this issue.
    Thanks in Advance ...
    Sridhar.

    Dear Go to OB52 there change your configuration as I given below..   enjoy   
    0001     +                                   1     2008     12     2009     13     2008     16     2009        
    0001     A                    ZZZZZZZZZZ     1     2000     12     2010     13     2000     16     2010        
    0001     D                    ZZZZZZZZZZ     1     2000     12     2010     13     2000     16     2010        
    0001     K                    ZZZZZZZZZZ     1     2000     12     2010     13     2000     16     2010        
    0001     M                    ZZZZZZZZZZ     1     2000     12     2010     13     2000     16     2010        
    0001     S                    ZZZZZZZZZZ     1     2000     12     2010     13     2000     16     2010        
    0002     +                                   1     2000     12     2010     13     2000     16     2010        
    V001     +                                   1     2000     12     2010     13     2000     16     2010

  • TDS Certificate, Challan Payment Issue and BSR Code Issue

    Hi All,
    I have configured Extended withholding tax as follows and encountered some issues
    1. Specify Document Type (Accounts Payable): Here I have given Document type as SA and I am able to Pay the remittance challan through Post Vendor challan transaction.
    MY question is How can I update my check no. I tried to update through FCH5 But it is showing no data.
    2. Form 16A Certificate: How the field Cheque / DD No (If Any) gets updated?
    3. BSR Code in Form  16A: I have maintained Bank branch in FI02. and made the remittance challan through that bank.
        but still my BSR Code is not updating in Form 16A.
    4. Form 16A Certificate: How does the Quarter Acknowledgement No field gets updated?
    Kindly provide me the solutions for the above queries.
    Your inputs are very much appreciated.
    Thanks in Advance
    Best Regards
    Shashi
    Edited by: shashi mantripragada on Apr 7, 2010 9:43 AM
    Edited by: shashi mantripragada on Apr 12, 2010 2:13 PM

    Hi,
    Please check entries in the number ranges that needs to be maintained for WT certificates.
    Financial Accounting (New) - Financial Accounting Global Settings (New) - Withholding Tax - Extended Withholding Tax - Posting - India - Withholding Tax Certificates for Vendors and Customers - Maintain Number Ranges
    And also check its assignment.
    Hope this helps.
    Vikas.

  • Issue with UPC codes in Inbound sales orders via EDI.

    Hi All
    We are on ECC 6.0. We have incoming sales orders through EDI IDOCS. In the incoming IDCO the customer can provide either of the following information in that sequence.
    1.  GTIN number
    2.  Customer material number
    3.  UPC code
    4.  Old Product code.
    We need to derive the correct material number for each customer. Now I can achieve this through standard material determination using material determination type access sequences in the order specified above. However I cannot do the same, as we need to use material determination for genuine promotions. For example I can maintain a material determination record to map UPC 123456789 to Material number ABC in SAP R/3. However we do have situation where in for a particular season or depending upon the ATP situation we may have to derive Material XYZ (SAP material number) in case customer orders material ABC. So in other words if I use material determination to derive my SAP material number for in-coming IDOCS based on UPC codes then I would need to have multi level material determination. I.e. From an IDOC for UPC code 1234566789 I derive material ABC and then for material ABC derive material XYZ.
    I tried setting up these two layers of material determination in the standard system. It is possible only if I use a substitution reason which copies the material entered as a sub-item. We do not want to maintain the sub-item in sales order and relevant documents for a lot of other reasons. Is there a way I can use standard Material determination/substitution to derive this multi level search without haveing to copy the sub-item in sales order? Am I missing some settings here? If not is it possiblt to suppress the sub item from being derived in SAP using some user exit in sales order processing?
    For an IDOC I could have used standard SAP tables to identify SAP material number based on UPC code. However the problem is we have multiple SAP material numbers assigned to one UPC code. So it is not possible to identify a unique material number just based on the UPC code.
    I would like to know if any of you experts have encountered a similar situation and if so what is the ideal way to resolve this issue. Any comments/suggestions/guidance is welcome. You can also reply at my e-mail id [email protected].
    Thanks

    Hi Daniel,
    Can you please which IDoc message type you are using to create sales order using IDoc?
    Also check in IDoc, what is the value of ACTION & EINKZ fields in segment E1EDP01?
    Regards,
    Amit

  • Error code 2324, what is this and how does one fix the issue?, error code 2324, what is this and how does one fix the issue?, error code 2324, what is this and how does one fix the issue?

    How does one fix error code 2324 that I receive each time I attempt to upgrade my iTunes.  Of course now iTunes will not work until this issue is fixed.  Thanks, D

    Let's try the fixit from the following Microsoft document with that one:
    Fix problems with programs that can't be installed or uninstalled

  • Logististics issue--one vendor code is supplier & provides services too.

    Hi all-
    We are LSP company & have recently implement ECC6.0--an issue has cropped up.
    how can i maintain only one vendor code( his address details,income tax number,service tax number are the same) who provides services and is also my supplier--what account group ,GL,reco AND what partner functions are to be assigned?
    pl send me solution(s) so that I can test and productionise....
    << Moderator message -The answers in the forum are provided by volunteers. Please do not ask for help "promptly". >>.
    warm regards--
    A.VENKAT KRISHNAN
    HEAD (I.T./SAP)
    Edited by: Rob Burbank on Nov 7, 2011 11:40 AM

    Hi Alex,
    Have you checked Industry key (LFA1-BRSCH) in Vendor master data control tab.
    I hope you can use this field as same for your requirement.
    Best Regards,
    Kishore

  • Authorization access Issue for Transaction Codes PA10 to PA40

    Hi Experts,
    I have created Custom role for accessing ALL HR Transaction codes in IDES System and added to the user & Tested.
    All transactions codes are working fine except PA10,PA20,PA30 &PA40
    We have new installation of ECC6.0 (HR) IDES System.
    I am new to HR Security.
    Here anything needs to configure in HR System for accessing transaction code PA10 to PA40.
    Please help me regading this.
    Advance Thanks,
    BBC

    I have checked in SM01, Transaction codes PA10 to PA40 are not locked.
    We are facing two issues
    1) when accessing T- Codes PA10 to PA40, System showing message: You are not authorized to use Transaction code.
    Thatz the reason i suggested you to check with basis consultant. Becuas he is the power user he can only see that from his window all the autharizations
    May be you checked from your user your user might have autharization. that user  might be end user who getting msg might not have authorizatoins.
    2) function module : HR_READ_INFOTYPE.
    When Debuging this, It calls internal FM
    HR_CHECK_AUTHORITY_INFTY and returns exception
    no_authorization=1
    See this means that that user have NO autharizatoins
    Best Regards

  • Custom data link issues in sample code

    Hi all,
    I had tried to debug/run the sample of custom data link of Indesign SDK CS2. I found issue in this sample code whenever I create a package of the document which having the custom data link, at this time I got the message dialog box having the message "Cannot copy necessary linked file(s)".
    anybody know about this problem that how we can resolve this, Please let me know.

    Pete, I think this is a known issue- see http://support.adobe.com/devsup/devsup.nsf/docs/54028.htm for some workarounds.
    best wishes
    Ian

  • Beginner:an issue of generating code for an entity service

    Hi All,
      I have downloaded Sap Netweaver of sneak preview version which contains netweaver studio 7.0.07. And my jdk version is 1.4.09.
      I created a CAF project and added an entity service named Person(just by clicking mouse,not did anything else).But when I tried to generate code,the compiler told me "The type abstractStringbuilder is not visible" and thus it caused the failure of building the project.I have googled this issue and found that this is a existing bug in eclipse.
      Now here is the question: will it take effect if I upgrade my jdk to 1.5? Or can anyone give me any suggestions?
      Thank you very much.
    Message was edited by: Yuhui Liu
    Message was edited by: Yuhui Liu

    Hi,
    I suspect that you are using Java5 sinse the AbstractStringBulder is not present in 1.4.
    Please check the Java version used by the IDE by opening "Help -> About.. -> Configuration Details".
    Java 5 is not supported by NetWeaver 7.
    Anyway, an upgrade to Java 5 won't solve the issue.
    Best Regards,
    Tsvetan

  • Appworx Batch Issue - SQL ERROR CODE:-12705

    Hi Experts.
    I am facing an issue in TEST Appworx. Batches are not executing, throwing error
    “ Threads submitted - starting thread tracking (Logon) SQL ERROR CODE:-12705” for all batches.
    It is happening for all batches.
    Work around:
    1-     I thought that may be appworx is not able to make connection with DB so I created one customized batch which connect db and update table, , it completed successfully,
    2-     At DB level for Error “12705” it cause due to lang parameter; I check and found it is also currect, no issue with lang
    Please advice.
    Thanks

    Wrong forum - while many Oracle Retail users also use Appworx, this is a problem between Appworx and communication with the Oracle Database.
    Your best option is to use the UC4 support site, where they have a forum community : https://uc4.service-now.com/ (requires current support and login)

  • No binaries found for Verification issue in MPR Code Signing Test case

    Hi,
    We are trying to certify our WebSite Application as Gold Certified and to become Gold Certified Partner. We have run a MPR Test and while verifying the Code Signing test case, it shows that
    "No binaries found for verification". But the test case result is
    passed. Below I have placed screen shot for the same. We have signed all our Application related DLL's(Page related DLL's. Please let us know about this issue.
    Shankar S

    Hi Shankar,
    To the MPR Tool, it does not appear that you have installed any binaries.
    As you mention that your website contains DLLs, these have either not been installed via your MSI package or have already been installed before the test began.
    The tool will prompt when to Install, when to perform Primary Functionality, and when to Uninstall.
    If your website was already installed prior to beginnign test, you must retest.
    As you are applying for Gold level, assure you are testing on Server Core.
    Hope this helps,
    -Logo

  • Linking issues while Migrating code from SUN CC 4.3 to SUN CC 5.8

    Hello,
    I am migrating code written in SUN CC 4.3 to SUN CC 5.8
    I have compiled entire code with SUN CC 5.8 with -compact=4 option ,on machine with OS SunOS 5.8 Generic_Virtual sun4v sparc sun4v.
    during linking phase i am facing issues like
    (cd msggen; make CG="-fast -O3 -compat=4 -lC -features=extensions -i" all)
    /opt/SUNWspro/bin/CC -o msggen msggen.o licensemessage.o ../../../../libs/lib/libgeneral.a
    Undefined first referenced
    symbol in file
    cerr ../../../../libs/lib/libgeneral.a(string.o)
    unsafe_ostream::operator<<(long) ../../../../libs/lib/libgeneral.a(string.o)
    operator delete(void*) msggen.o
    operator new(unsigned int) licensemessage.o
    Iostream_init::Iostream_init(void) msggen.o
    Iostream_init::~Iostream_init(void) msggen.o
    istream::operator>>(char*) ../../../../libs/lib/libgeneral.a(string.o)
    setw(int) ../../../../libs/lib/libgeneral.a(string.o)
    unsafe_ostream::outstr(const char*, const char*) ../../../../libs/lib/libgeneral.a(string.o)
    exrethrow_q msggen.o
    ld: fatal: Symbol referencing errors. No output written to msggen
    I felt like these issues are due to the standard header files. I am including the headers which comes with SUN CC 5.8 and I am using Rogue Wave rwav/ver09.1.
    I am not getting any pointers to solve this issue,any pointer will be highly appriciated.
    Thanks in advance,
    Revathi R

    975741 wrote:
    Yes i did migration by following the Migration Guide, while Migration i ve come across situations where a class method is invisible at many situations like...
    C.h
    class C
    f1();
    B.h
    #include<C.h>
    class B
    f2();
    A.C
    #include<B.h>
    class A:B
    f1();-----> Error Not accessible so I changed to C::f1() then worked like this I ve came across many will it be a Problem, in migration Guide i haven't seen any of such.
    }When you post a code example, it is best to copy/paste from actual code that you verified shows the problem. This example is nowhere near valid for any compiler, even with your suggested change.
    - The class declarations are not terminated by a semicolon
    - You can't call C::f1() using that syntax outside of class C or a class derived from class C because it is not a static function, and requires an object. You could call it as c.f1() if you had a c object of type C, except that f1() would still not be accessible.
    The rules about accessibility have never changed. Please post an example that actually works with C++ 4.x or with C++ 5.x in -compat=4 mode, but that fails with -compat=5 mode.
    >
    Like this for operator overloading also , I haven't got any way to make function body available to function call, so i ve changed those functions to normal functions...I don't understand what you mean. An example would help.
    >
    what is a template cache?? How to delete it??
    The template cache is also known as the template repository. See section 3.3.5 Template Repository in the Migration Guide. To delete the cache (repository) just remove the entire cache directory.
    >
    >
    Another task of mine is, i am compiling a code written in SUN CC 5.5 to 5.8, would you suggest me the migration guide, I could get from 4 to 5 and 3 to 5 but
    not from 5.5 to 5.8, I am not sure about in which compiler code is written but, I could able to compile the code with out compact option with SUN CC 5.5, CC 5.5 and 5.8 are fully compatible. There should be no migration issues. The exceptions would be invalid code that compiled due to a bug in the earlier compiler but is correctly diagnosed as an error with the later compiler. In rare cases, the later compiler has a bug not present in the earlier compiler (a regression). When found, regressions are fixed in patches. If you have an Oracle service contract, you can download patches from My Oracle Support. Otherwise, get the most recent compiler, which should not have those regressions.
    but while trying to compile with 5.8 i am facing issues like
    1. typecastingI would have to see an example.
    2.virtual vector<int> getProcedureArgs() { return 0; } -----> Error: Cannot use int to initialize std::vector<int>
    The compiler error message is correct. The function returns a vector<int>, but you can't create a vector<int> from an integer 0. That is, the vector template has several constructors, but none that accept a single integer argument.
    At this point we have moved away from the original topic. If you have further questions, please start a new thread.

Maybe you are looking for