Issue in development oF Customised report in abap

Hi all,
i am facing an issue while developing a report.
i am using a table QAMV (LOGIC  stated below)
pass inspection lot no. pick MIC , MIC Description
issue is that against single inspection lot no. multiple MIC are assigned. How i can pick all MIC , MIC Description by entering inspection lot no.
ABAPer is asking for another primary key to fetch all MIC. According to abper he is unable to fetch all MIC on the basis of single inspection lot no.
format of report and table (qamV) screen shot attached below.

Ansh,
Could you be more specific about your requirement.
I understand you need to fetch MIC data with reference to Inspection Lot Number. But what I don't understand is; from where do you want that. Could you please share the steps to view MIC information on SAP Screen for better understanding. It will help me and your ABAPer (Technical Consultant is better ; ) in building the logic.
Gaurav.

Similar Messages

  • Issue in development og z report in abap

    Hi all,
    i am facing an issue while developing a report.
    i am using a table QAMV (LOGIC  stated below)
    pass inspection lot no. pick MIC , MIC Description
    issue is that against single inspection lot no. multiple MIC are assigned. How i can pick all MIC , MIC Description by entering inspection lot no.
    ABAPer is asking for another primary key to fetch all MIC. According to abper he is unable to fetch all MIC on the basis of single inspection lot no.
    format of report and table (qamV) screen shot attached below.

    Ask you Technical Consultant to:
    SELECT VERWMERKM KURZTEXT
    INTO CORRESPONDING FIELD OF IT_TWO
    FROM QAMV
    WHERE PRUEFLOS = IT_ONE-PRUEFLOS.
    DELETE ADJACENT DUPLICATES FROM IT_TWO COMPARING ALL FIELDS.
    (If you are selecting with reference to some other table.)
    Or else you just need to
    SELECT * FROM QAMV
    MOVE:
    PRUEFLOS TO IT-PRUEFLOS,
    VERWMERKM TO IT-VERWMERKM,
    KURZTEXT TO IT-KURZTEXT.
    APPEND IT.
    ENDSELECT.
    Hope this will help.

  • Issue in developing cross tab report with wizard in 10.1.3.2.1

    Hi Gurus,
    We are trying to develope group above cross tab report with wizard in BI Publisher 10.1.3.2.1 .
    i am unable to achieve multiple level columns dynamically.Using cross tab wizard i can achieve single level measure column ,but not the second level column.
    Output should look like this:
    Country1
    Region1 Region2 Region3 --(level1 column)
    d1 d2 d3 d1 d2 d3 d1 d2 d3 -- (level2 column)
    Row1 10 20 30 70 80 90 40 70 90 --data
    Row2 21 24 54 65 23 64 64 76 87 --data
    Here Regions and d1 d2 d3 may vary based on xml data.Also we have page break on country.
    Haven't get any solution till now.
    Also unable to achieve under line and overline on data for total row.
    Need help urgently in this issue.
    Thanks,
    Mahesh
    Edited by: user13450806 on Jan 7, 2011 12:43 AM

    Hi Gurus,
    I am still waiting for some one to help me in this issue.
    It is very urgent for me to solve this. Did not get any help yet.
    --Mahesh                                                                                                                                                                                                                                                                                                       

  • Customised report on material

    Dear Experts,
    I need your suggestion. I need to develop a customise report involving materials. I need to  get material type field, and organisation level fields eg sales orgs, Distr Chs., Pur. Orgs. for each material.
    I am not finding the table where we can get the organisation levels for which a material is maintained. I also can find the table where I will get the material typr for a material
    Can anybody help to resolve the issue? Full points will be awarded.
    Regards,
    Santosh

    You can get it from table MSTA, you will find one record per maintained view of  one material there.

  • Issue with customised reports

    Hi experts,
    We have certain customised reports eg. Missing time report, Cats approval report
    In the scenario say If the employee has moved to different Personnel area or position belonging to diff org unit.
    The employee with Missing time records will appear in MTR for both new PA as well as old PA. In MTR the selection criteria is PERNR, year and PA.
    This is a issue where positions of an employee change from one org. unit to another along with the change in Personnel Area and employee still appears on the old org. unit or Personnel area in that missing time report.
    MTR for PA HHH, is pulling out missing records for all the employees who at some point of time were belonging to PA HHH and now are in different PA.
    How can we stop employees who have moved to diff PA to appear in the report.
    Thanks
    Avneet

    Hi
    Run the report with key dates in selection screen for getting only your desired PA with current date or date as you mentioned in report.

  • Development of Reports using ABAP Query

    Hi
    can anyone please tell me about 'Development of Reports using ABAP Query' and how to use it in real time
    Thanks
    jay

    look here:
    http://help.sap.com/saphelp_47x200/helpdata/en/b7/26ddebb1f311d295f40000e82de14a/frameset.htm
    A.

  • Need to develop a calibration report

    Hi experts,
    i need to develop a report for calibration
    input screen parameters are
    equipment no.
    date
    output screen
    Equipment no.
    equipment description
    Functional location
    order no.
    inspection lot no.
    inspection reading before calibration
    inspection reading after calibration
    Usage Descion
    I am new to PaM module kindly help me so that i can give proper details of tables to abaper.put
    and kindly tell me from which table i can pass equipment no. and get inspect lot no. and other details as per output screen.

    Hi all,
    i am facing an issue while developing a report.
    i am using a table QAMV (LOGIC  stated below)
    pass inspection lot no. pick MIC , MIC Description
    issue is that against single inspection lot no. multiple MIC are assigned. How i can pick all MIC , MIC Description by entering inspection lot no.
    ABAPer is asking for another primary key to fetch all MIC. According to abper he is unable to fetch all MIC on the basis of single inspection lot no.
    format of report and table (qamr) screen shot attached below.

  • Need customised report for list of stock for  partially processed materials.

    Hi ,
    The requirement with process im explaining plz share  the report.
    This customised report related to partiallly processed materials:
    Suppose , after recieving material  from vendor as raw material they will transfer the mat to vendor for processing agsinst 57f4 challan, after completing the process, they will recieve this material , this process will continues to till becoming finished product, once after the finished product come, they will transfer to finished storage location, from there it will be issued to production.
    How to make the report, plz suggest me:
    The report format is :
    S.no    material      description     pending stock       challan pending stock       actual stock
    Pending stock: material to be issued to vendor for proceessing
    Challan pending stock: to be recieved from vendor after processing.
    Actual stock: pending stock+challan pending stock.

    You need these three informations
    Pending stock: material to be issued to vendor for proceessing
            You have to find all Subcon. POs from Table EKKO,EKPO. Po number need to be passed to EKET Table and need to fetch "Reservation Number". Take this number and goto RESB table to get all components. You can find issue documents from MSEG table by passing 541 and PO Number. You need not consider all 541 documents which have been converted to Challan as it will be already considered with point no. 2
       2. Challan pending stock: to be recieved from vendor after processing.
            From Table J_1IEXCDTL by selecting 57F4 take all the stock from all the Challans which are having "status" P -Inprocess. (Reconciliation and completion not done.)
       3. Actual stock: pending stock+challan pending stock.
            This is just calculation.
    I think there are many validations and considerations to be made. I think you can build from here.
    Regards
    Binoy

  • What are the steps in creating a customised report?

    Dear Experts,
    can you help me with your expereince what are the steps involved in creating a customised report?
    Who generates the requirement?
    Who prepares the functional spec and what information it contains?
    Who approves the functional spec once it is prepared?
    You can take the followig case as an example:
    The customer requirement is that a report can be run for everything that is received in a given area and compare the price at which the material was received to the standard or moving average price in SAP.
    Here, what information you will give to ABAP ers to devlop the report?
    I would appreciate if anyone can help me with the entire process.
    Full points to be awarded for a satisfactory reply.
    Regards,
    Ranjan

    hi
    >Who generates the requirement?
    client or end user
    >Who prepares the functional spec and what information it contains
    there should be a specific format and it is to be filled by the functional consultant
    http://www.sap-img.com/general/what-are-functional-specification-in-sap.htm
    http://erp.ittoolbox.com/groups/project-management/erp-projectmanagement/samples-for-sap-functional-specification-1194336
    >Who approves the functional spec once it is prepared?
    abaper or the TL
    http://sap.niraj.tripod.com/id67.html
    get the proper info from ur customer as what means all information
    get the proper fields he required
    regards
    KI

  • How to activate a report in abap

    hi experts,
            how to activate a report in abap?
    gerald

    First you need a Developer Key to create or activate ABAP Reports. If you dont have any, Please ask your BASIS team. They can generate one for you.
    When you done with the report hit 'Activate button' ( A Candle icon on top).
    Cheers
    Praveen

  • New report in ABAP

    We got requirement to convert Bex report into ABAP report..Conside like Income statement standard report it needs to be convert(develope) in ABAP.
    This has lot of restriction on it and in which tables will get the data.
    I checked the master data object and find the tables like (BIW_T001) from that datasource(RSO2) which are being used in the report.
    This would be correct or not or can I pull the data directly from the transparent table (R3) .Since from above i saw lot of table are start with (BIW_T001) .
    Thanks in advance
    Taj

    The Income statement report is built on 0FIGL10(General legher cube) I found the table of this source (FLAGTEXT) but master data object is also used in the report .
    EG Profitcenter hierarchy,Profit attributes,Profit Center Text, Currency Type text, Costelement etc
    Can we get all these tables in R/3
    Thanks in advance
    Taj

  • Create a new report in ABAP

    We got requirement to convert Bex report into ABAP report..Conside like Income statement standard report it needs to be convert(develope) in ABAP.
    This has lot of restriction on it and in which tables will get the data.
    I checked the master data object and find the tables like (BIW_T001) from that datasource(RSO2) which are being used in the report.
    This would be correct or not or can I pull the data directly from the transparent table (R3) .Since from above i saw lot of table are start with (BIW_T001) .
    Thanks in advance
    Taj

    I want to create report in R/3 system which is similar in BW query (Standard Income statement) report which has lot of restriction on it .I am going to use data from the R/3 ystem side .could you please give me detail .
    Thanks in advance
    Taj

  • Reporting in Abap

    Hi,
    Is there any format available or developed at your end for giving a requirement to abapers for creating a functional related report in ABAP?

    Hi
    Every company has its own templates and I can give some generic information titles..
    1 Purpose of the report
    2 Data Selection screen
    3 Report output format
    4 Fucntional logic (to get all the required fields)
    5 Authorisation
    6 Testing
    You can add more according to the requirement
    Karthik

  • Custom BI Reports Vs. ABAP for Payroll

    Hi,
    Can anyone tell the pros and cons of developing Custom Payroll Reports using BI or Custom ABAP.  There are 51K employees.
    Thanks,
    Mohan

    Hi,
    The present thinking is not to preclude one set of reports and choose the other.  Operational reporting should come from R/3 or ECC and strategic or analytic reports should come from BI. 
    That is where Portal can play an important role.  The portal can be a single point of access for both operational and analytic reports, without the user knowing where the output is coming from.
    BR/
    Mathew.

  • Create and open Crystal Reports from ABAP program

    Hello,
    Let me explain the scenario with a simple example.
    In my ABAP program, I have the entries of table MARA in an internal table. I want to now create a crystal report through ABAP, and display the result in a .rpt file programatically.
    Could you please provide some pointers?
    Regards,
    Suraj

    Hi,
    I think this can done through the BW development or we can use the XI.
    Pls refer to this link
    Crystal reports
    Thanks & Regards,
    Chandralekha.

Maybe you are looking for