Regarding out put in RM07DOCS

Hi All,
I am using standard program RM07DOCS and i copied this to my ZRM07DOCS
Now according to requirement i want 4 additional fields to display in the ALV Output
I have added those field in the internal table , now want to display in ALV..
I tried to add in field catalog also but its taking the standard values not the values which i stored in my internal table(LIST)..
Can any one tell me how to link that internal table to field catalog so that i can see the added new fields in my alv report..
Please help its very urgent.

i am trying to add the field of my internal table to the field catalogue
fc_flat
like
  fc_flat-fieldname = 'LQUANT'.
  fc_flat-ref_tabname = 'ZSTRUC_ALV'.
  fc_flat-ref_fieldname = 'LQUANT'.
INSIDE THE PERFORM build_fieldcatalog.
AT LINE NUMBER...1176
but its giving dump as for Field Symbols..
not getting how to proceed .

Similar Messages

  • Regarding out put type for ME22N

    Hi All,
    I have configured out put type in SPRO for Purchase Order. Like
    SPRO->Material Management->Purchasing->Messages->Output Control->Message Types->Define Message type for Purchase Order->Maintain Message types for PO's. Now I want to use this out put type to configure at ME22N to print smart form,But here, While selecting Output type in ME22N,It is saying as out put type is not defined. So how to get this here in ME22N.
    Thanks in advance

    Hi,
    It seems that you have not assigned o/p type to your procedure. Go to NACE (common transaction to maintain o/p s), select EF , go to procedures , doubleclick on the procedure and check if you message type is assigned . Please maintain your o/p type if not maintained.
    To check the procedure used for PO ,  use the path,
    SPRO-> Materials Management-> Purchasing -> Messages -> output control -> Message Determination Schema -> DEFINE MESSAGE SCHEMA FOR po.
    Please also maintain other settings like condition record (with communication method )for o/p type in NACE.
    Regards

  • Regarding Out put screen

    Hi All,
    When I am tryig to print this in a line, its printing upto 109 chars only,after that nothing  I am able to get, May I know, is there any thing to do for horizontall scrollers.
    or, it has to come by default.   
    write:/ 'orderrno',14 '|',
                16'order type','|',
                30 'created on','|',
                44 'iphase','|',
                53'maintain act type', '|',
                73 'INC', '|',
                79 'TAT', '|',
                84 'MTD', '|',
                89 'TAT', '|',
                94 'CCG', '|',
                99 'TAT', '|',
                104 'BIL','|'.
               109 'TAT','|',
               114 'HTP','|',
               119 'TAT','|',
               124 'LT2','|',
               129 'TAT','|',
               134 'DSP','|',
               139 'TAT','|',
               144 'CST','|',
               149 'TAT','|',
               154 'CCT','|',
               159 'TAT','|'.
    Regards,
    sarath

    Hi,
    You can put the following line at start of report statement.
    <b>report  zciti_wipro_bdc no standard page heading line-count 255.</b>
    here you can put more than 255 characters also... its depand on your needs but you can view upto 255 char only
    <b>
    Rewards if useful</b>
    Regards,
    Kinjal

  • Regarding payment advise out put

    Hi gurus,
                      I have a problem to see out put of payment advise.
    Iam using script. I have field name . But i am unable to get datato my out put. Could u pls any tell me process to get serial no, party ref, inv.amt vch.no.net amount.
    Thanks in advance..
    Edited by: krishna m on Jan 22, 2008 6:28 AM

    If you don't have focus of this fields in your program use sub-routine and display this fields.
    Ex.
    /: PERFORM <Subroutine name> IN PROGRAM <subroutine prog name>
    /:USING &<field name>&
    /:CHANGING &<field name1&
    /:ENDPERFORM
    Then create subroutine pool program and you have to write the code.
    FORM ><subroutine name> tables int_cond structure itcsy
    outt_cond structure itcsy.
    data : value(20), value1(20). "do your own declarations
    Read int_cond table index 1.
    value = int_cond-value.
    value1 = value1 + value.
    Read outt_cond table index 1.
    outt_cond-value = value1.
    Modify outt_cond index 1.
    ENDFORM.
    Just rough idea given above.
    Regards,
    SaiRam

  • Field Length in Alv Grid out put

    hi,
    How to increase the length of the filed in the output of alv grid,
    Actually i am getting one blank field in the alv grid out put, my requirement is to increase the length through out the column how to do that
    can anyone guide me plz
    SIRI

    in your fieldcat of the field
    wfieldcat-fieldname = '<your fieldname in caps>'
    wfieldcat-outputlen = 10 (or the length you want for the field)
    <you can define any other property also for that field>
    append wfieldcat to ifieldcat.
    now pass it in fm.
    regards
    shiba dutta

  • Is it possible to display only dynamically selected fields in the out put?

    Is it possible to display only dynamically selected fields in the out put? i need to display set of columns in the selection criteria, but in the output i have display only input given fields. because i need to convert it into .csv file. So i have to display selected fields from internal table. In oracle they are using"execute immediate". is there any equivalent in SAP?
    thanks in advance.

    Hi Remya,
    Are you talking about dynamic programming in ABAP ?
    If yes, there are concepts like RTTS which facilitates it.
    Yes, the select query also supports dynamic selection of fields. ( Please care about ( ) in dynamic sql ).
    Do more research on Field Symbols and statements like ASSIGN COMPONENT OF.
    Regards,
    Philip.

  • MRP Out Put  Schedule lines date format to month

    Hi Friends,
    I am working on SAP4.7 Version.
    I have maintained all the relavent MRP datas in material master.
    Like MRP type - PD,
    Lot Size- MB ( Monthly Lot size).
    I have created planned independent requirement in MD61 monthly wise for that material.
    I have given Schedule agreement number in Source in List with MRP indicator - 2.
    I am running MRP for a material with MD02 with MRP parameter Delivery schedules -3 (Schedule lines) .
    The MRP running succesfully and creating delivery Lines with delivery dates.
    But the requirement by the client is..
    The delivery lines should be generated in month wise.
    How to convert the schedule lines generated in day format to Month format in MRP run out put?
    While creating schedule lines with ME38. we have option to select the day format / month format/ week wise?
    But the MRP out put always generated in date wise?
    Any one knows what changes i should make?
    Guide me ..
    Thanks & Best Regards
    Giri

    Hai Boss
              Can you throw some light , how you set default mrp indicator month wise with the help of ABAPER.
    My client requirement also same like you. Yours is month, mine is week. Pl help me out.
    regards
    ssp

  • MRP Schedule line out put format

    Hi Friends,
    I am working on SAP4.7 Version.
    I have maintained all the relavent MRP datas in material master.
    Like MRP type - PD,
    Lot Size- MB ( Monthly Lot size).
    I have created planned independent requirement in MD61 monthly wise for that material.
    I have given Schedule agreement number in Source in List with MRP indicator - 2.
    I am running MRP for a material with MD02 with MRP parameter Delivery schedules -3 (Schedule lines) .
    The MRP running succesfully and creating delivery Lines with delivery dates.
    But the requirement by the client is..
    The delivery lines should be generated in month wise.
    How to convert the schedule lines generated in day format to Month format in MRP run out put?
    While creating schedule lines with ME38. we have option to select the day format / month format/ week wise?
    But the MRP out put always generated in date wise?
    Any one knows what changes i should make?
    Guide me ..
    Thanks & Best Regards
    Giri

    Hi there,
    idealy its not possible in standard sap.
    but you can do one thing that...
    copy original programme of MD04 and create ZMD04 transaction  or you can search a usefull function mdule. Here you can convert date in months by using some abap code of function module if available.
    i know this is a very rough idea about solution bu it will help definitely help you
    Regards
    Hemant

  • Print out put of Invoice Verification

    How to get print output of Invoice verification? How to get print output of  subsequent credit/debit of Invoice?

    Hi
    You need to create a new Message type copying any relevant message type.(tCode M806). Maintain the processing routines  with medium as print out put.
    Create  the form required for Print out put & assign it to the routine.
    Maintain the message schemas , Assign the new Message type to the existing schema.
    Now create the conditoin record using transaction MRM1 with th required key combination. Invoicing party & Company code.
    Now when ever you create the invcoie with combination the Message will be created.
    Execute transaction MR90 for the print out put. If you want the print after saving the invoice , maintain the despatch time as Send immediately when saving the application.
    Reward points if useful
    Thanks & Regards
    Kishore

  • Report web out put problem

    Hi:
    I used 10g forms and reports for my application. When I run a report .rdf file in form used
    web.show_document(v_parameter_string ,'_blank');
    build in function, the v_parameter_string include all parameter for server and application.
    Everything is ok and the report file appears in the browser window. But maybe the size of each row is too long, the words in the report body with font size =1 -- the smallest size of letter. So the color of words in report body part is dark gray but the title part is normal black color (words' font size is 2 or upper). This make I looking at report body very difficult in web browser. When I print the report from browser, the print out paper is good and no color different between body and title part.
    Do some people know why this gray color issue happened and how to fix it making the black color words appear in the report body.
    Thanks.
    LWU

    Hi Madhu,
    Yes, I did but out put is not coming.
    Regards,
    Pradeep Krishnamurthy

  • Out put problem in Ad hoc query reports

    Hi Gurus,
    I am tryting to generate a report through Ad hoc query in S_PH0_48000510 - Ad Hoc Query SAP/Query/HR_ADM - > Selected several options like personnel number / employee name / entry date / leaving date.
    But when we select it shows the input details but when i try for output the entry date / leaving date even the names of the employees are not reflecting.
    But the age/date of birth other fields are coming in output.
    Kindly let me know the solution to get a out put. If there is any changes need to be done in the back end. Pls advice with the path details.
    Thanks & Regards,
    Pradeep Krishnamurthy

    Hi Madhu,
    Yes, I did but out put is not coming.
    Regards,
    Pradeep Krishnamurthy

  • Reg: Out put could not be issued

    Dear All,
    when i am excute VL03N to get output of smartform  i am getting message like Out put could not be issued message vl086

    Hi Reshma p,
    For that U have to assign output type...
    Check out in NACE transaction whether it has been made or not...
    In VL03N>Give a document number and enter the tcode then in, Menu>Extras>Choose Delivery Output>Header/Item(choose one), and here you have to give the output type in general.
    Have a look on similar issue with VF03
    VF03 smartform: Output could not be issued
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • Adding schedule agreement & schedule lines in one out put

    Hi Friends,
    Can we add schedule agreement & schedule lines in one out put. What settings to be done. I am using document type as LP.
    I am in ECC 5.0 version.
    Regards

    Hi,
    In std there is no possible .But still we can develop a Z- programme with the help of ABAP Person if you explanin the logic they will develop the same
    Regards
    Murugan J

  • How to take out put of each documents

    dear all,
    i want to know the detail configuration and settings in sd for out put.
    such as i need to take the print of sales order or invoices so what type of settings i have to do
    how one can take a print out after creation of a sales order,quotation ,invoice and scheduling agreements with the necessary fields i need in it.
    if possible how it can be emailed to the concern person.
    with regards
    subrat

    Hi,
    Output can be configured in following way.
    1.In SPRO Create output type.
    2.Create access sequenece.
    3.Assign output program to the output type.
    4.Add the output type in output determination procedure.
    5.Assign the output procedure to document type i.e.Sales order,Delivery docuement,Billing docuement.
    6.maintain the output condition record.
    7.You can also enter the output manualy in all the documents.
    For mails to be sent,maintain processing medium as Mail the output type configuration.Maintain mail Id in customer master.Maintain proper access sequence.
    Reward points if useful
    Regards,
    Amrish Purohit
    Message was edited by:
            AMRISH PUROHIT

  • GR Print Out Put Types

    Hi
    Wats the diff between invidual slip and collective slip in MIGO screen
    Wats the std out put type for GR print out in mb90
    Vijay

    hi
    individual means single item per printout
    collective means all items in GR
    o   Individual slip (version 1)
         In this case, one GR/GI slip is printed out for each item.
    o   Individual slip with inspection text (version 2)
         In this case, one GR/GI slip is printed out for each item. In
         addition, a quality inspection text is printed if there is one in
         the material master record.
    o   Collective slip (version 3)
         In this case, a collective slip including all the items in a
         document is printed.
    WE01, WE02 and WE03,  are std output types
    regards
    kunal
    Edited by: kunal ingale on Dec 27, 2008 9:50 AM

Maybe you are looking for