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

Similar Messages

  • Regarding Input and Out put format

    Hello Experts,
    While uploading my notepad file, how the system will identify individual fields,I can make it using delimeters like with commas( , ) or pipe symbols ( | ) or Space. So how it is able to understand each individual fields. For this where we do configuration in our scenario.
    Thank  you

    Hi,
    You have to use file content conversion(FCC) for this.Using this you can make your file adapter to understand your FIle.
    Converting File Content in a Sender Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Converting File Content in the Receiver Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm
    There are many blogs with many cases- You can find in SDN very easily-
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    Thanks,
    Vijaya.

  • Payment Medium creation Out put ?

    Hi Experts
    When ever i run the payment proposal with the payment medium option also it is generating the DME file in the spool with out the immediate out put.
    It used to create the DME file generation directly with out this issue before.
    I went to User defaults in SU3 and tick marked the option Out put Immediately.
    Then also the message is coming up.
    Please let me know how to fix this part.
    Thanks
    Meenakshi.N

    Hello
    Sometimes even when you deactivate in open selection, the authorisation precede the output.
    Please check with BASIS for deactivation to your profile.
    Reg
    suresh

  • 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 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

  • Payment format - payment advise

    Hello,
    I have the following problem: we have a company code in CZ. The payment run creates payment advises for every payment. Now we have the requirement that an advise should be printed out only from e.g. 4 items on. In the customizing I changed the note to payee and also developed a function module to reference to the table t042e. But nothing solves the problem. The payment advises are printed for every payment item. I think that this is "hard" coded in the payment format? but how can I find this code? And is it possible to change it?
    Thanks for your answers

    Hi Alexander,
    I think this can be solved using customization. Go to Finatial Accounting> Accounts Receivable and Accounts payable> Business Transactions --> Outgoing Payments --_ Automatic Outgoing Payments > Maintenance of company code dat for a payment Method - In this point you should look for the section  "Payment advice note upward of-lines"
    Here do the apropriate  modifications
            Best Regards
                João Fernandes

  • Payment advise format

    Dear All,
    Can someone please tell me what is the transaction code for maintaining the payment advise forms which accompanies the cheque payment to vendor.
    Regards
    Suresh

    Hi,
    I give to you the dynamic menu path where you can assign program for cheque printing.
    IMG --> Financial Accounting --> Account receivable --> Business transaction --> outgoing Payment -- Automatic out going payment --> Payment media --> make settings for classic payment program.
    Than you assign program as per your country as well as your co.code specific allso.
    if it is helpfull please assign me point

  • Hi experts,this is  KR need help in out put determination SD related

    Hi,
    I need to know to configure the out put determination for 3 different out puts from delivery by using different message types vis-a-vis delevery advise,shipping application,and release confirmation form.
    i know general config of out put deterimination for general out put,now i need ur help to config different output type eith different message types.
    Thanks and regards.

    Hi,
    I need to know to configure the out put determination for 3 different out puts from delivery by using different message types vis-a-vis delevery advise,shipping application,and release confirmation form.
    i know general config of out put deterimination for general out put,now i need ur help to config different output type eith different message types.
    Thanks and regards.

  • 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

Maybe you are looking for

  • ODS-D55u - DO NOT BUY ITS A COMPLETE SCAM!

    So my company bought one of these machines last year as we needed to back up in a region of 400 XDCAM discs and around 4TB of media. Knowing how good XDCAMS are we thought this would be a great idea and bought into it. It has been working like a drea

  • Satellite L500-1ek - setup system always starts with 800x600

    I have new Satellite L500-1ek notebook with Windows 7. Whatever screen resolution I setup system always starts with 800x600. And not only after restart but even when I logout my profile and login again. More: I use also external monitor. I can have m

  • Resolution when copying a graphic from Preview

    When I select a graphic in Preview and copy it, the resolution always appears to be "screen" resolution (i.e., when I paste into Photoshop). Any way to copy at a higher resolution? The copies resolution does not appear to depend on the pdf magnificat

  • Dealer Warranty claims Open items

    Hi All, My client in  4.6  has written a custom process to deal with "Dealer Warranty claims".  Currently the custom process  will clear multiple open items in a customers account (debits and credits) and create one open item (Post with Clearing).  I

  • Inventory database query

    Hi! I would like to get a report from Inventory database using SQL query with the following fields Novell username, Hostname, MAC Address, IP Address. I can get IP address and MAC address using this query (but I can't get full report) Maybe anybody k