Help! I want to add check number field to a query using ABAP.

I need to select PAYR-CHECT and add this field to a query where BKPF-BELNR = PAYR-REC_BELNR.
How would I write the select statement? HELP!

Would this work?
SELECT        CHECT FROM  PAYR
       WHERE  REC_BELNR  = BKPF-BELNR.
ENDSELECT.

Similar Messages

  • I want to add a new field  to Standard report  tcode : QM10.

    hi friends,
    I want to add a new field  to Standard report  tcode : QM10.
    how  do i manage it without creating a Z report.
    Please help...

    Hi,
    SAP provides include structure CI_QMEL for QM10 transaction.
    so create CI_QMEL Structure and add field as u need.
    But after that u need to assign it some where i don't know , check with ur funcntional consultants.
    Thanks,
    Ananth

  • Want to add a new field in VA05N

    Hi,
    I would want to add an extra field Employe responsible in VA05N.This field is populated at the time of sales order creation in the partner tab.
    Is there any way I can add this field in the output layput of VA05N transaction?

    Hi Jignesh.
    No.I have not entered the person resonsible number in the selection screen.My basic business requirement is that on entering the SO number or the customer number in VA05N, it should give me the person resonsible field in the o/p screen.Which is not appearing at the momoent even if I enter the partner Function (ER).Though the field is present in the o/p layout but somehow seems like the system is not populating it.
    Hi Krishna,
    The selction screen fileds are the filter parameters.I agree your point but being a part of o/p screen layout I think person responsible field should get populated on running the transaction.
    Pl suggest

  • Check number field coming in blank

    I am new to this forum, and I am searching but canu2019t find a solution.
    I have a database, which contains a field called u201CCheck Nou201D, which contains the check numbers as well as type of payment received from a contributor.
    So, if the contributor paid which a check, then the check number is there, but if they paid by money order, pay pal or cash, then those terms are there.
    The problems is when I bring the data into CR, it is only bringing over the check numbers, as number.
    Now, I wrote a formula to convert the numbers to text, but it still is not reading the literal data, u201Cmoney order, pay pal or cashu201D.
    The formula that I wrote is:
    If {2009.CHECK_NO} = 0.00 Then
    "*CASH*"
    Else
    ToText ({2009.CHECK_NO},0,"")
    and believe, it or it works, u2018cause the check numbers come in great.
    I called tech support up and they told me something about marking the field as u201Calphanumericu201D, and to look to the forum for a solution, or else pay $195 per incident for tech support.
    I figure this must be a common occurrence, u2018cause all organizations maintain some type of check register, and there are times, now a days when pays with something other than a check, e.g. wire transfer, debit card, etc.., and if that literal text is in the check number field, Iu2019d like to bring it over as such.
    Thx in advance for answering my question.

    Here is the formula I have in my CR report:
    ToText ({Sheet1_.F3},0,"")
    and here is the result I get:
    Check No     
    4204     
    6008     
    448     
    2079     
    13495     
    1216     
    369     
    320     
    2227     
    231     
    139     
    351     
    524     
    1562     
    402     
    5098     
    1109     
    2240     
    922     
    Where the blank lines are records containing text entries in that field, such as "cash, credit card, paypal".
    My problem is that no matter what I'm trying, the numbers come across fine, but now the literal text isn't.
    I've tried some variation of the formula as follows:
    If IsNull({Sheet1_.F3}) then "" ELSE
    if not(Isnumeric({Sheet1_.F3}))  then ({Sheet1_.F3}) else 1
    As a suggestion from the board, but when I check for errors, I get various errors such as  "string needed" or something else.
    I'm getting lost on this.
    And, I'm sure it is something simple, but I just can't grasp it from the manual or help screen.
    Please help!!

  • Where to add  Pan Number field in FK03/FK02

    Deal All,
                   i am new to FI. I have requirement to add Pan Number field in FK03/FK02 transaction screen for vendor master.
                   In our company we impemeted FI and HR only. Pleae help where is the Pan Number field and how to add to standard FK03/FK02 screen.
                          Thank you.

    Hi,
    in FK03/FK02 above vendor number u can find the CIN detail button. there u can give the PAN number in withholding tax
    or
    you can update the CIN details like excise number vat number, ECC no. and PAN number in Transaction code J1ID
    please assighn the points
    regards
    sai krishna

  • I want to add a new field in standard transation

    hi experts,
    i want to add a new field in a standard tranction so i want to know where to write the coding in BADI, regading that field

    Hi
    To add a new field u need to find a screen exit for ur transaction.
    Thanks
    Vasudha

  • FI Check , check number field

    hie gurus , i need your assistance with a field i'm having a problem with for the check number. in my form its showing the last check printed and not the current check. if i look in the table PCEC its at the current check number. does anyone know any other reference for check number field, or how i can go about solving this problem. tried clearing it from the form, still nothing.

    Hi Deniel,
    Check Number you can get it fin payr table with reference of Document number.
    Regards,
    Syed Tayab Shah

  • I want to add video to my muse web site using a lightbox

    This is where the call center directed me. I do not understand the web language please forgive my miss use of words or language. I am a novice.
    So here is what has happened so far..
    Adobe will not help me over the phone =( because
    First time Adobe does not support templates... So I started over.
    Second time Adobe does not support customization code (Not that I know how do to this either =) So I started over again.
    Now I'm on try 3
    I have a new Muse file without a template and made 100% in muse except for the Photoshop files.
    I want to add video to my muse web site using a lightbox WITHOUT uploading to youtube or vimeo. I can not post videos there because I do not want YouTube or Vimeo to take away the copyright when it is my clients and or mine.
    I would like to have the videos hosted or embedded on my server.  The person on the phone said something about iFrames ????
    I would like to do it in a way so If I have to call adobe again it will be supported.
    I'm really confused..Please, Thank You, 
    Anthony

    Hi,
    Please refer to the following link Re: Embed offline-video in Muse
    Regards,
    Aish

  • Want to add one more field in the standard transation xk02 : screen exit

    Dear All ,
    I want to add one field in transation in Xk02 in withholding tax check box.
    run the transation xk02 and select check box Withholding tax and press enter after that you will get the screen having field
    WH Tax Country  in parellel to this i want one more field Country .
    Is there any screen exit available fot this or any other way to proceed .
    Please provide any solution .
    Regards
    Aryan

    use an iplicit enahnecemnt to call a function module in which you can call a screen popu up with the fields you want update them in the database and return back to the main program. If the the two exits available are not helpful to you.
    RFKRRANZ
    SAPMF02K.

  • Check Number Field AP?

    Hai guys,
    I need to find out which field in Accounts Payable cube relates to Check Number ( Vendor paying by checques ).
    Can anybody help me out?
    Thanks.

    Sorry, Checques - its vendor who is paid by checques.

  • Check number field is not appear in layout varient FBL1N (Ecc 6.0)

    Dear Experts,     
    In FBL1N I am unable to view the field Check Number and Payment date in the hidden layout varient.
    How to configure?
    This problem is coming only in ECC 6.
    Please help.
    Regards
    Uttam
    Edited by: Uttam Agarwala on Aug 20, 2010 11:49 PM

    Please help.
    Payment date issue has been solved. Insteed of Payment date I have considered "Net Due date"
    My second requirment is Check field in FBL1N.
    I have added table "PAYR" and field "CHECF" in (TC: O7R3), and the field is getting display in Layout.
    Also I have run the program "RFPOSXEXTEND" through SE38 and activated the extended structure.
    Afterthat I have changed the layout and added the field as per my requirement but still the data is not available in the field "CHECF".
    In FBL1N after selecting the vendor and clearing items when I excute the field is blank but when go to change layout and click "copy" and save the layout the data gets updated in the field but when again I refresh the section the data disapears.
    Please guide how to resolve this issue.
    Regards
    Uttam.

  • Check Number field in FBL3N

    Guys,
    Do we have any option to include check number in FBL3N. When I take the display of my main cash account in FBL3N, I need to see the check number as well to figure out if there are more than 1 checks with the same amount.i.e: If there are 2,3 checks of 20,000 each are there in the  list.I like to see the check number asociate with those line items.Is it any way or we need to modify the table.Thanks
    Iqtidar

    Hi Iqtidar,
    I don't have a straight forward answer for your query.
    You can think of using Substitution, with an User Exit, that can be used to populate the check number in one of the unused BSEG fields
    But, there is a simple workaround.
    You can create an query (SQ01) with Info set built on PAYR table.
    In the selection screen user
    PAYR-UBHKT ( GL a/c No for our bank a/c / bank sub-a/c)
    along with other selection parameters like
    PAYR-ZBUKR (Paying company code)
    PAYR-HBKID (House Bank)..........
    Let me know if this is helpful.
    Thanks
    Kalyan

  • Can i use an external hard drive in windows to add additional storage after my initial partition is set up. i want to add a 500 GB hard drive to use with my windows. I set windows up in boot camp with a 50 GB partition?

    can i use an external hard drive in windows to add additional storage after my initial partition is set up. i want to add a 500 GB external hard drive to use with my windows. I set windows up in boot camp with a 50 GB partition? I now want to add another 500 GB?

    Yes. Windows supports external USB drives.

  • Need Help on How to Convert a Number Field to an Hour/Minute

    Post Author: syracuse2
    CA Forum: Crystal Reports
    I have a field that shows a duration, i.e. 125.  I would like to convert the number of 125 to 2hr and 5 min.  Any suggestions on how to do this?

    Post Author: GraemeG
    CA Forum: Crystal Reports
    Create a formula and paste the following into it (sorry I use Basic Syntax):
    'Ive laboured a point here a bit so you can get an idea of what you can do.
    'Heres 3 variables - one with your duration and two others for hours and minutesshared xDuration as numbershared xHours as numbershared xMins as number
    'Put some data into the duration and calculate the hours and minutesxDuration = 125xHours =  truncate(xDuration/60)xMins = remainder(xDuration,60)
    'You can then use the variables to get a string with unformatted hours and mins'formula = xHours + "hours " + xMins + "Mins"
    'or you format the hours and minutes nicely'formula = CStr(xHours,0) + "hours " + CStr(xMins,0) + "Mins"
    'or you can make it all into one formula without the need for xHours and xMins variablesformula = CStr((truncate(xDuration/60)),0) + "hours " + CStr(remainder(xDuration,60),0) + "Mins"

  • Add new manager field in SAP Query

    Hi All,
    I need to find manager for the employee. Is RH_GET_LEADING_POSITION right function module?
    After finding the manager I need to add new field 'Manger' in the existing SAP Query. Please can anyone help me inserting additional code into the SAP Query.
    Please kindly help me
    Thanks in advance.
    Archana.

    Thanks for the reply. But my question is there is no direct field called manager I need to write a piece of code to find the manager and insert in the existing sap query. I want to know is there any function module to find the manger where import parameters are pernr and export parameter I want manager objid or pernr.
    Please help me...
    Thanks,

Maybe you are looking for