Urgent help - interview question

Guru,
Please help with the above interview question .Help me an answer to the question below
Have you dealt with scenarios that include multiple suppliers for the same item with minority compliance requirements?
What SD experience and skills do you possess with respect to the following;
What industry?
What business model
What portions were placed in scope?
How was freight configured with respect to billing?
X Retail as a cutomer  Repack sales to X Retail, What are our options to setup freight charges?
Thanks in advance
Regards,
Andy

Andy, read the rules of engagement. Do not Use "Urgent" in your subject line.
In regards to your interview questions:
Have you dealt with scenarios that include multiple suppliers for the same item with minority compliance requirements? Sounds like you should answer this "NO"
What SD experience and skills do you possess with respect to the following;
What industry? If you have any industry experience, answer as such, if not, be honest and say None
What business model: Ditto
What portions were placed in scope? If you know, say so, if not, just say NO
How was freight configured with respect to billing? do you know ? then say so.
X Retail as a cutomer Repack sales to X Retail, What are our options to setup freight charges? I'd answer that " I don't understand the question
Good Luck !

Similar Messages

  • Urgent help! question about list.toStirng()?

    currently, i am working on a word counter programe, i stored each word and it's corresponding occurrence in a linkedlist. now i need to sort the list in the decreasing order of occurrence.
    and the output would look like this:
    not 2
    a 2
    i 1
    am 1
    girl 1
    yet 1
    woman 1
    but the output so far i got looks like the following:
    [not   2, a   2, i   1, am   1, girl   1, yet   1, woman   1]
    and i know it becasue i uesed the "list.toString()"method. the question is how can i convert this format to the previous one or i could reach it in someway else?would anyone give me some tips?
    the following code is i used for sorting:
    public String results() //Compare the occurrences of  every two words in the list and reorder each node of
      {                       //the list in decreasing order of it's corresponding occurrence
           String str = "";
           ListIterator iter = list.listIterator();
           int length = list.size();
           int i,j;
           int count1, count2;
           WordNode temp1, temp2;
          for(i = 0; i < length-1; i++)
                for(j = i + 1; j<length; j++)
                   temp1 = (WordNode)list.get(i);
                   temp2 = (WordNode)list.get(j);
                   count1 = temp1.getCount();
                   count2 = temp2.getCount();
                   if(count1 < count2)
                        list.remove(i);
                        list.add(i,temp2);
                        list.remove(j);
                        list.add(j,temp1);
          str = list.toString(); //Call the toSting() method in WordNode class to get each word and it's occurrence
          return str;
      }much appreciated.

    Hi there,
    The problem you have here is that you are not separating the distinct phases of your program. These are:
    - build the sorted list
    - print report
    Thus, if I had to write the code below, I would change your results by two methods:
    List sortedResult = sortWords();
    printReport(sortedResult);
    My sortWords() would be your results(), except that I would return list at the end, not list.toString().
    Then, I would have all the flexibility in the world inside my printReport( List ) method. As a start, it would probably look like this:
    public void printReport(List aList) {
      Iterator iter = list.iterator();
      while(iter.hasNext()) {
        System.out.println(iter.next());
    }Regards,
    Manuel Amago.

  • Urgent help, Easy question [NOOB QUESTION]

    I am new in photoshop, I need a tutorial or some writing on how to do this kind of smudge
    if it isn't smudge, What is it ? and how to make it ?
    Can you see the background ? It's a kind of smudge, just want the name and tutorial please.
    thanks a lot

    I suspect the Art History Brush might have been used with a triangular brush tip and the Style Dab over an enlarged copy of the image.
    Photoshop Help | Painting stylized strokes with the Art History Brush

  • Organization Management Interview Questions and Answers  Extremely Urgent

    Hi,
    Please let me know Organization Management Interview Questions and Answers. MOST MOST URGENT
    Please do not post Link or website name and detail response will be highly appreciated.
    Very Respectfully,
    Sameer.
    SAP HR .

    Hi there,
    Pl. find herewith the answers of the questions posted on the forum.
    1. What are plan versions used for?
    Ans : Plan versions are scenarios in which you can create organizational plans.
    •     In the plan version which you have flagged as the active plan version, you create your current valid organizational plan. This is also the integration plan version which will be used if integration with Personnel Administration is active.
    •     You use additional plan versions to create additional organizational plans as planning scenarios.
    As a rule, a plan version contains one organizational structure, that is, one root organizational unit. It is, however, possible to create more than one root organizational unit, that is more than one organizational structure in a plan version.
    For more information on creating plan versions, see the Implementation Guide (IMG), under Personnel Management &#61614; Global Settings in Personnel Management &#61614; Plan Version Maintenance.
    2. What are the basic object types?
    Ans. An organization object type has an attribute that refers to an object of the organization management (position, job, user, and so on). The organization object type is linked to a business object type.
    Example
    The business object type BUS1001 (material) has the organization object type T024L (laboratory) as the attribute that on the other hand has an object of the organization management as the attribute. Thus, a specific material is linked with particular employees using an assigned laboratory.
    3. What is the difference between a job and a position?
    Ans. Job is not a concrete, it is General holding various task to perform which is generic.(Eg: Manager, General Manager, Executive).
    Positions are related to persons and Position is concrete and specific which are occupied by Persons. (Eg: Manager - HR, GM – HR, Executive - HR).
    4. What is the difference between an organizational unit and a work centre?
    Ans. Work Centre : A work center is an organizational unit that represents a suitably-equipped zone where assigned operations can be performed. A zone is a physical location in a site dedicated to a specific function. 
    Organization Unit : Organizational object (object key O) used to form the basis of an organizational plan. Organizational units are functional units in an enterprise. According to how tasks are divided up within an enterprise, these can be departments, groups or project teams, for example.
    Organizational units differ from other units in an enterprise such as personnel areas, company codes, business areas etc. These are used to depict structures (administration or accounting) in the corresponding components.
    5. Where can you maintain relationships between objects?
    Ans. Infotype 1001 that defines the Relationships between different objects.
    There are many types of possible relationships between different objects. Each individual relationship is actually a subtype or category of the Relationships infotype.
    Certain relationships can only be assigned to certain objects. That means that when you create relationship infotype records, you must select a relationship that is suitable for the two objects involved. For example, a relationship between two organizational units might not make any sense for a work center and a job.
    6. What are the main areas of the Organization and Staffing user interfaces?
    Ans. You use the user interface in the Organization and Staffing or Organization and Staffing (Workflow) view to create, display and edit organizational plans.
    The user interface is divided into various areas, each of it which fulfills specific functions.
    Search Area
    Selection Area
    Overview Area
    Details Area
    Together, the search area and the selection area make up the Object Manager.
    7. What is Expert Mode used for?
    Ans. interface is used to create Org structure. Using Infotypes we can create Objects in Expert mode and we have to use different transactions to create various types of objects.  If the company needs to create a huge structure, we will use Simple maintenance, because it is user friendly that is it is easy to create a structure, the system automatically relationship between the objects.
    8. Can you create cost centers in Expert Mode?
    Ans. Probably not. You create cost center assignments to assign a cost center to an organizational unit, or position.
    When you create a cost center assignment, the system creates a relationship record between the organizational unit or position and the cost center. (This is relationship A/B 011.) No assignment percentage record can be entered.
    9. Can you assign people to jobs in Expert Mode?
    10. Can you use the organizational structure to create a matrix organization?
    Ans. By depicting your organizational units and the hierarchical or matrix relationships between them, you model the organizational structure of your enterprise.
    This organizational structure is the basis for the creation of an organizational plan, as every position in your enterprise is assigned to an organizational unit. This defines the reporting structure.
    11. In general structure maintenance, is it possible to represent the legal entity of organizational units?
    12. What is the Object Infotype (1000) used for?
    Ans. Infotype that determines the existence of an organizational object.
    As soon as you have created an object using this infotype, you can determine additional object characteristics and relationships to other objects using other infotypes.
    To create new objects you must:
    •     Define a validity period for the object
    •     Provide an abbreviation to represent the object
    •     Provide a brief description of the object
    The validity period you apply to the object automatically limits the validity of any infotype records you append to the object. The validity periods for appended infotype records cannot exceed that of the Object infotype.
    The abbreviation assigned to an object in the system renders it easily identifiable. It is helpful to use easily recognizable abbreviations.
    You can change abbreviations and descriptions at a later time by editing object infotype records. However, you cannot change an object’s validity period in this manner. This must be done using the Delimit function.
    You can also delete the objects you create. However, if you delete an object the system erases all record of the object from the database. You should only delete objects if they are not valid at all (for example, if you create an object accidentally)
    13. What is the Relationships Infotype (1001) used for?
    Ans. Infotype that defines the Relationships between different objects.
    You indicate that a employee or user holds a position by creating a relationship infotype record between the position and the employee or user. Relationships between various organizational units form the organizational structure in your enterprise. You identify the tasks that the holder of a position must perform by creating relationship infotype records between individual tasks and a position.
    Creating and editing relationship infotype records is an essential part of setting up information in the Organizational Management component. Without relationships, all you have are isolated pieces of information.
    You must decide the types of relationship record you require for your organizational structure.
    If you work in Infotype Maintenance, you must create relationship records manually. However, if you work in Simple Maintenance and Structural Graphics, the system creates certain relationships automatically.
    14. Which status can Infotypes in the Organizational Management component have?
    Ans. Once you have created the basic framework of your organizational plan in Simple Maintenance, you can create and maintain all infotypes allowed for individual objects in your organizational plan. These can be the basic object types of Organizational Management – organizational unit, position, work center and task. You can also maintain object types, which do not belong to Organizational Management.
    15. What is an evaluation path?
    Ans. An evaluation path describes a chain of relationships that exists between individual organizational objects in the organizational plan.
    Evaluation paths are used in connection with the definition of roles and views.
    The evaluation path O-S-P describes the relationship chain Organizational unit > Position > Employee.
    Evaluation paths are used to select other objects from one particular organizational object. The system evaluates the organizational plan along the evaluation path.
    Starting from an organizational unit, evaluation path O-S-P is used to establish all persons who belong to this organizational unit or subordinate organizational units via their positions.
    16. What is Managers Desktop used for?
    Ans. Manager's Desktop assists in the performance of administrative and organizational management tasks. In addition to functions in Personnel Management, Manager's Desktop also covers other application components like Controlling, where it supports manual planning or the information system for cost centers.
    17. Is it possible to set up new evaluation paths in Customizing?
    Ans. You can use the evaluation paths available or define your own. Before creating new evaluation paths, check the evaluation paths available as standard.
    18. Which situations require new evaluation paths?
    Ans. When using an evaluation path in a view, you should consider the following:
    Define the evaluation path in such a manner that the relationship chain always starts from a user (object type US in Organizational Management) and ends at an organizational unit, a position or a user.
    When defining the evaluation path, use the Skip indicator in order not to overload the result of the evaluation.
    19. How do you set up integration between Personnel Administration and Organizational Management?
    Ans. Integration between the Organizational Management and Personnel Administration components enables you to,
    Use data from one component in the other
    Keep data in the two components consistent
    Basically its relationship between person and position.
    Objects in the integration plan version in the Organizational Management component must also be contained in the following Personnel Administration tables:
    Tables                    Objects
    T528B and T528T     Positions
    T513S and T513     Jobs
    T527X                    Organizational units
    If integration is active and you create or delete these objects in Organizational Management transactions, the system also creates or deletes the corresponding entries automatically in the tables mentioned above. Entries that were created automatically are indicated by a "P". You cannot change or delete them manually. Entries you create manually cannot have the "P" indicator (the entry cannot be maintained manually).
    You can transfer either the long or the short texts of Organizational Management objects to the Personnel Administration tables. You do this in the Implementation Guide under Organizational Management -> Integration -> Integration with Personnel Administration -> Set Up Integration with Personnel Administration. If you change these control entries at a later date, you must also change the relevant table texts. To do that you use the report RHINTE10 (Prepare Integration (OM with PA)).
    When you activate integration for the first time, you must ensure that the Personnel Administration and the Organizational Management databases are consistent. To do this, you use the reports:
    •        RHINTE00 (Adopt organizational assignment  (PA to PD))
    •        RHINTE10 (Prepare Integration (PD to PA))
    •        RHINTE20 (Check Program Integration PA - PD)
    •        RHINTE30 (Create Batch Input Folder for Infotype 0001)
    The following table entries are also required:
    •        PLOGI PRELI in Customizing for Organizational Management (under Set Up Integration with Personnel Administration). This entry defines the standard position number.
    •        INTE in table T77FC
    •        INTE_PS, INTE_OSP, INTEBACK, INTECHEK and INTEGRAT in Customizing under Global Settings ® &#61472;Maintain Evaluation Paths.
    These table entries are included in the SAP standard system. You must not change them.
    Since integration enables you to create relationships between persons and positions (A/B 008), you may be required to include appropriate entries to control the validation of these relationships. You make the necessary settings for this check in Customizing under Global Settings ® Maintain Relationships.
    Sincerely,
    Devang Nandha
    "Together, Transform Business Process by leveraging Information Technology to Grow and Excel in Business".

  • Can you help me on these 6 SAP BW interview questions?

    Hi,
    Can you help me get a better understanding of the expectations in the following interview questions?
    Please explain them in your on words and if you think there is an additional information, you may provide the link but I am more interested in your own words and the typical things to say:
    1. What is your “performance tuning” experience (discussion is on SAP BW)?
    2. What is your experience with “SAP BW change control”?
    3. You will have to ensure data integrity, adherence to standards and process excellence. What is your experience?
    4. What exactly is entailed in a “full-lifecycle SAP BW project”? When can one say that she has 3 full-lifecycle SAP BW project experience.
    5. You will be responsible for working with business to develop business intelligence metrics and analytics. What is expected to be discussed on “business intelligence metrics and analytics.”?
    6. You will be responsible for designing road-map for data warehouse implementation and growth. What is your experience?
    Thanks

    Amanda,
    All the questions posed have a rider to it mentioning 'Your Experience' - I am not very sure if we can tell you what your experience has been...
    My 0.02
    Arun

  • Interview Questions Required.............Help???

    I have done Oracle Database Administration Track and I need a job
    for that purpose i want any one to send me the interview questions
    I need any job and i have to prepare for the interview...................
    Please help me...............
    My e-mail address is
    [email protected]
    Thanks in advance.............

    Most probably you have already gone trhough your job interview, but either way this goes for people who are trying to get acquainted with a job interview.
    As an employeer I check the individual twice, once for the technical interview, the other for the profile interview.
    On the first one, any thing can come to my mind. I request the prospect to present a 10 minute topic, with a 10 minute Q&A. Oracle DBA is wide, but I can immediately, from an open question, know if the prospect knows what he is talking about or not. On the profile interview it can be displayed if the prospect is looking for a job, just because this person is looking for the money or if this person is really committed with the dba tasks and the company's goals.
    There are some other companies who hire dba's and at interview time there is an expert panel who will validate each produce syllable.
    My personal advise is that any prospect be completely honest, there are several crossed questions aimed at discovering discrepancies and contradictions; proactively gain experience and be prepared to answer to whatever comes ahead, and finally not only request for a job but promptly offer solutions to the company's problems.
    ~ Madrid

  • SAP TM help , Resume, interview questions and market -appreciate your help

    Hey Everybody, 
                             Can any one of you send me the sample resume for Time management? Especially targeting the schemas. I just did HR311 at SAP school. I’m looking for the opportunity now days.
    I’ll also appreciate if any one of you can tell that what kind of interview questions I could face? Sample question will be great. 
    BTW how is SAP time market?
    Thanks,
    UA
    Email id : [email protected]

    Did I ask something difficult?  I’ll appreciate if you guys shed some light on some scenarios. For example if you have Unions or worked with unions what you do in order to accommodate them. That would be great if you explain with the help of Business examples. What PCRs you have created etc...

  • Extremely Urgent - Help Please - ( PA Interview Q & A )

    Hi Guys,
    I wanted to know Personnel Administration interview question And Answers , it is most urgent for me.
    Your detail response will be highly appreciated.
    Thanks – Sam
    Edited by: Sameer Sameer on Mar 6, 2008 10:07 PM

    1)     How the joining process is carried out in the concerned organization?
    2)      What are the different types of recruitment i.e. campus recruitment, employee ward, through consultant etc are carried out by the organization?
    3)      What are the different recruitment instruments i.e. ESS, newspaper, internet, job portals etc used by the company for the purpose of recruitment by the organization?
    4)      What are the different types of joining i.e. new appointment, on contract, re employment (transfer back from other company ) etc used by the organization?
    5)      Is there any probation period in the organization? If so, how long?
    6)     Is the salary structure same for newly joined persons from probation compared to that of the regular officers. If not so, then how is the salary structure different from regular employees?
    7)      What data are maintained for a newly joined person?
    8)      Is the joining process different for different employee subgroups?
    9)      Is there any one person-one position concept?
    10)      Is the joining process same for regular & contractual employees?
    11)      Do you need to intimate (Notification) any other division when a person joins?
    check this one and from these try to prepare questinonire by ur oown
    Edited by: Sikindar on Mar 7, 2008 9:43 AM

  • Benefits Strong Interview Questions - Urgent Please

    Dear Friends,
    I need know the more depth Benefits Interview Questions and Answers?
    I appreciate your time.
    Thanks,
    Sammer.

    http://www.sap-tests.com/tests/benefits-administration/1.html
    I hope this helps!

  • Can anyone give me Interview question on forms6i and reports 6i(its urgent)

    plz give me Interview question on forms6i and reports 6i its urgent .plz mail it to me on paritosh [email protected]

    Check this link
    http://www.geekinterview.com/Interview-Questions
    You will find many information regarding interview questions of oracle related domains.

  • Need help in regarding Oracle PLSQL developer interview questions

    Hi all,
    I am totally new in this field regarding plsql. I have just finished training in oracle plsql and in oracle financials. But for starting career i am looking jobs as:Oracle plsql developer. Can somebody help me what type of questions people going to ask? I am not confident yet, i have made my resume but for submitting resume i just want to be aware for the interview questions. Can somebody help me in telling me good questions and answers as to what to prepare?
    Thanks in advance.

    1.
    Do you have experience in Oracle 10g? If so, what are your favorite new features? (shows depth of experience and how well they are keeping up with technology)
    2.
    Partitioning (Practical Scenarios)
    1.
    Have you ever worked with partitioned tables? Example:
    2.
    What types of partitioning?
    3.
    What types of indexing, global or local? Why did you choose global or local?
    4.
    What do you see in SQL that is accessing partitioned tables that enables Oracle to take advantage of partitioning?
    5.
    What is partition pruning?
    3.
    PL/SQL Bulk Features
    1.
    Have you ever used PL/SQL bulk features? Which ones? Can you provide an example?
    2.
    What makes bulk processing faster?
    3.
    What PL/SQL data constructs are required to use bulk features?
    4.
    Oracle Collections
    1.
    What are the three types of collections?
    2.
    When would you use a varray versus a nested table?
    5.
    Global Temporary Tables
    1.
    Have you ever used Global Temporary Tables? Example:
    2.
    How does Oracle treat Global Temporary Tables differently than regular tables, making them faster?
    6.
    Autonomous Transactions
    1.
    What is an autonomous transaction? Example:
    7.
    SQL Tuning
    1.
    Someone comes to you with a SQL statement that is running slow, what are some potential problems that can be identified just by looking at the SQL statement?
    2.
    What are the steps you follow in the database to tune SQL?
    8.
    Locking Techniques
    1.
    Types of Locks
    1.
    Optimistic
    2.
    Pessimistic
    3.
    Lock Escalation
    9.
    Autonomous transactions, where to use examples if any
    10.
    Difference between Truncate and Delete Statement
    11.
    PL/SQL tables, index by tables, VARRAY, associate arrays, differences and when to use
    12.
    Performance tuning related, Using Explain plan, SQL* Plus auto trace, and using tkprof
    13.
    Different types of joins oracle uses ( Hash join, Merge Join, Nested loop join)
    14.
    Oracle SQL ANSI syntax ( JOIN USING, JOIN ON, LEFT OUTER JOIN,RIGHT OUTER JOIN etc..)
    15.
    dbms_profiler package uses
    16.
    Unit testing approach, if you know and worked on out PLSQL frame work for automatic testing, its big advantageous
    17.
    Oracle approach for read consistency, what is SCN, dirty reads, phantom reads etc..
    18.
    Standards ( Coding standards, naming standards etc.) , There are guidelines and naming standards for variables, package, procedure, function names, database object names etc…( Be prepared what standards you followed in previous projects )
    19.
    Snapshot too old error, fetch out of sequence error when it comes, should be able to explain.
    20.
    Oracle block, what it contains. Row chaining, row migration concepts
    21.
    Version control software’s (experience in clearcase and clearquest is big advantage). If you have not used these, know about the importance of these and be prepared to explain which ones you used in previous projects, and how the PL/SQL code used to deploy.
    22.
    Oracle server architecture, know about oracle memory structures, background processes overview

  • CO interview questions - Urgent

    Dear All,
    please anybody send me some CO and FI interview questions(Most URGENT Please) to my email id [email protected]
    Thanks in advance full points will be awarded
    [email protected]
    Vijay

    Dear All,
    please anybody send me some CO and FI interview questions(Most URGENT Please) to my email id [email protected]
    Thanks in advance full points will be awarded
    Parul

  • Need Help with Comprehensive Interview Questions  Weblogic server admin

    Hi
    I would like to thank everybody in advance
    I am beginner with weblogic server administration and i would greatly appreciate if someone share the comprehensive interview Questions
    PLEASE HELP ME
    Regards
    Schelako

    Hi Schelako,
    You will get many links regarding weblogic Interview questions on Google.
    For basic Weblogic interview questions and answer you can follow the below links
    http://www.coolinterview.com/type.asp?iType=469
    https://sites.google.com/site/weblogicadminsite/weblogic-issues/weblogic-interview/wla-interview-questions
    https://sites.google.com/site/weblogicadminsite/weblogic-issues/weblogic-interview/WLA-Interview-Questions--2
    https://sites.google.com/site/weblogicadminsite/weblogic-issues/weblogic-interview/weblogic-administrator-interview-questions-3
    As you said "I am beginner with weblogic server administration"
    It would be better if you start Oracle doc's for Weblogic Administration
    Regards
    Fabian

  • Interview questions help

    Hi friends i have some interview questions please give me good answers.thanks for advance.
    1.what is info provider?what is advantages and disadvantages?
    2.when your working process chains you set up 2 jobs ,one is 12 pm and anothet 3 am.when you come morning there is errors what is the first thing you do?
    3.in the info provider data is loaded in serial or parallel?
    4.when your working in reports there is 8 columns,but we have requirement of 10 columns how you can added it?
    5.what is integrating planning in BPS?
    If possible please send me good interview questions to my mail id.
    takecare
    bye
    habeeb
    [email protected]

    Hi Habeeb,
    Please do not post the same questions multiple times:
    Some interview questions help

  • Interview  Questions. Help me to get the answers

    Hi,
    The interview questions are,
    1) Oracle installation under Unix and WindowsNT? Differences
    2) Difference between UTLXPLP.SQL and UTLXPLS.SQL
    3) If Database size is 1TB can the SGA size be 1024MB
    4) Can we take logical backup? How
    5) If we update a table in a schema or any SQL statements fetching datas from datafiles and user COMMITS after issuing the statement, what happens in background? Steps please
    6) How the datas are fetched from datafiles to DB BufferCache? which process does it?
    I told it is done by Oracle. Is it correct?
    7) In TKPROF Output table it shows some datas like...
    1) select cost 1500
    2) nested loop cost 1500
    hash join cost 5000
    nested loop cost 1000
    nested loop cost 2500
    FULL TABLE SCAN
    From the above output, how to determine which physical reads is very high, and what are the datas showing " cost nnnn" ?
    Thanks in Advance
    Rajkumar.K

    1/ Windows: Hit next, next, next, next, next, next, next (maybe did I forgot 1 or 2 nexts :p )
       Unix: You must use your brain
    2/ UTLXPLP.sql : Parallel
       UTLXPLS.sql : Serial
    3/ Yes. But you're going to have some horrible perf.
    4/ Yes, with export (not recommended backup way). You can event create spool files.
    5/ RTFM. Way to long to type.
    6/ USP does it. How? Find space in DBC.pool, I/O from Disk to memory
    7/ There is no way to determine the physical reads from this output. Don't mind the FTS, all the table data can be in memory (Keep pool for example, or CACHE table). COST is the optimized estimated step weight.
    Rajkumar, you should follow answer from step 5. It's all there.
    Regards,
    Yoann.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • SAP FC: Upload master data

    Hi, I need to upload the master data of my dimensions. I know I can copy the row from an excel file and paste them into my dimension. However I need to upload directly an entire .csv file as we do with the data of a package, or for example using an E

  • Blackberry Desktop SW fails to start

    I have just downloaded Desktop Software for PC from the website and installed it but when it tries to start the application I get an error message "BlackBerry Desktop Software has encountered a problem and needs to close.  We are sorry for the inconv

  • FM 12 crash leads to disastor

    Framemaker 12 crashed on me while I was editing a relatively large book ~130 pages. There are many figures, tables and even some imported text. While I was inserting some more anchored frames the file crashed. I reloaded it, and everything looked fin

  • Problems while consuming a web-service through Netweaver using VPN

    Hi all I'm facing a problem while I'm attempting to consume a .NET web-service that is located in a remote server. We've estabished a VPN connection between our Netweaver CE in Linux to the remote office where the web-service is running. The problem

  • Actual overheads are not caluculated

    when i excute the transcation tcode:kgi2 actual overhead cost is not updating the report. where  i need done mistake. please try to give the solution asap with regards