Table for Cheque Number field

Hi Friends,
               Iam using PAYR table to fetch the cheque number of a particular vendor, companycode, account number and postdate..
But for some vendors, eventhough the cheque numbers are assigned, PAYR table did n't able to fetch the records.
Are there any other FI Tables exist for Cheque number fields? If so, please let me know.
Thanks & Regards
Murali Krishna . T

Hi Murali,
Field is PAYR-CHECT
PAYR and BSEG are linked via
BSEG-BUKRS EQ PAYR-ZBUKR
BSEG-BELNR EQ PAYR-VBLNR
BSEG-GJAHR EQ PAYR-GJAHR
BSEG-HKONT EQ PAYR-UBHKT.
Check the OSS Note - Note 30380 - RFFOUS_C - Check number not stored in document

Similar Messages

  • Table for user status field in CJ20n transaction project defination

    HI ALL,
    what is table for user status field in CJ20n transaction project defination creation. This field is in Basic Data tab.
    Thanks.

    Hi,
    Check following tables for Usre status:
    TJ30 - User status
    TJ30T - Texts for user status
    TJ20 - Status profile
    JEST - Object status
    JSTO- WBS status profile.
    Check this code:
    REPORT zps_get_userstatus .
    PARAMETERS: p_posid LIKE prps-posid.
    *-- Constants
    CONSTANTS: gc_yes(1)     TYPE c                 VALUE 'X',
               gc_no(1)      TYPE c                 VALUE ' '.
    *-- Variables
    DATA: l_objnr LIKE prps-objnr.
    *-- Internal tables
    DATA: BEGIN OF lit_jest OCCURS 0,
           objnr LIKE jest-objnr,
           stat  LIKE jest-stat,
         END OF lit_jest.
    DATA: BEGIN OF lit_jsto OCCURS 0,
           objnr LIKE jsto-objnr,
           stsma LIKE jsto-stsma,
          END OF lit_jsto.
    DATA: BEGIN OF lit_status OCCURS 0,       "Combination of JEST & JSTO
              objnr LIKE jest-objnr,
              stsma LIKE jsto-stsma,
              stat  LIKE jest-stat,
            END OF lit_status.
    DATA: BEGIN OF lit_usrsta OCCURS 0,       "Uer status for all wbs
             objnr LIKE jest-objnr,
             stsma LIKE jsto-stsma,
             stat  LIKE tj30t-estat,
             txt04 LIKE tj30t-txt04,
           END OF lit_usrsta.
    DATA: BEGIN OF lit_usrtxt OCCURS 0,       "User Status text - TJ30T
            stsma LIKE tj30t-stsma,
            stat  LIKE tj30t-estat,
            txt04 LIKE tj30t-txt04,
          END OF lit_usrtxt.
    * get WBS object number
    SELECT SINGLE
         objnr FROM prps
               INTO l_objnr
               WHERE posid = p_posid.
    * get WBS active status from table JEST
    SELECT
          objnr
          stat
               FROM jest INTO TABLE lit_jest
               WHERE objnr =  l_objnr AND
                     inact <> gc_yes.
    * get WBS status profile from table JSTO
    SELECT
          objnr
          stsma FROM jsto
                INTO TABLE lit_jsto
                WHERE objnr =  l_objnr.
    * combine JEST and JSTO table for user status
    LOOP AT lit_jest.
      IF lit_jest-stat CP 'E++++'.
        READ TABLE lit_jsto WITH KEY
                            objnr = l_objnr.
        IF sy-subrc = 0.
          lit_status-objnr = lit_jest-objnr.
          lit_status-stsma = lit_jsto-stsma.
          lit_status-stat  = lit_jest-stat.
          APPEND lit_status.
        ENDIF.
      ENDIF.
      CLEAR: lit_jsto, lit_status.
    ENDLOOP.
    *  get text for user status
    SELECT DISTINCT
             stsma
             estat
             txt04 FROM tj30t
                   INTO TABLE lit_usrtxt
                   FOR ALL ENTRIES IN lit_status
                   WHERE stsma = lit_status-stsma AND
                         estat = lit_status-stat  AND
                         spras = sy-langu.
    Let me know if you have any question.
    Regards,
    RS

  • What to know the master table for the following fields

    I want to know the master table for the following fields.
    Company code ( BUKRS )
    Chart of depreciation ( AFAPL)
    Main Asset Number  (ANLN1)
    Asset Sub Number ( ANLN2 )
    Asset Class ( ANLKL )

    hi,
    1) t001 (<b>for assets T093C</b>)
    2) t096
    3 and 4) anla
    5) anka
    rgds Andreas
    Message was edited by:
            Andreas Mann

  • Find table for a structure field

    Hi,
    I need to find table for field Q0743-OFFR1. I tried using tcode SE15, but was not able to find any table where the field is used.
    Is there any other method of finding a table for a structure field.
    Any pointers in this regard would be helpful.
    Thanks,
    Saher

    Hi,
    when u open the structure , u will find the tab " Component " in that you
    will find "Data Element" column which hold the data element of the structure
    component , now double click on the respective "Data Element " and that will
    open up the Data Element Page in which u will find a "Where Used List" icon
    , click on that, this will now display you the list, select the TABLE LIST
    Check box and execute, which will subsequently display you all the the table
    names which has "specified" data element's component as field
    Hope this will Help you.
    Regards,
    Kiran

  • Tables for reservation number

    Hi friends,
                                 I want to know the total reservations for a particular project. I will enter the project code and I have to get the total reservation numbers for that project. Can any body help for tables and fields please....
    Regards,

    Hi Prasana,
    You can track the Changes made to Reservation in tables CDHDR and CDPOS.
    Go to SE11 and Input Table CDHDR and in Field list Input Transaction Code MB22 and Object Id as Reservation number in the Respective fields and Execute.
    Regards,
    Rahul.

  • Table for Free Item field in PO

    Hi Experts,
    Can any one tell me the table for field UMSON (Free Item) of Purchase Order. This filed is available in table WVFB but it is not updating in there.
    Thanks in advance.
    Regards,
    Sree

    Hi,
    I found two tables which contain this field
    TB2BJ
    MWZDM07M2
    For finding a table which contain particular field you can use the t-code SE84
    ABAP Dictionary -> Fields -> Table Fields
    Enter field name and execute you will get list of tables containing that field
    Cheers
    Bikas

  • Tables for the following fields

    what are the tables for the fields cartonization,intro month,supply end month,delete month and non-colloboration.All are from MM.

    hI,
    Go to table DD03T.
    See the Contents of the Table(CtrlShiftF10)
    In DDTEXT give Your Field Description
    Like totalAmount*
    Then Press F8.
    You will get all the fields related to it.
    Regards
    Sandipan

  • Table for description of field name.

    Hi,
    Want to know is there any single table which stores all the Technical field names used in SAP Vs Description of these fields...?
    Like WERKS = PLANT.
    This doubt has come because there is table "TSTC" for" T. codes". Similarly, there may be table for field description as well, is my opinion.
    Thanks & Regards,
    Siva

    Hi
    From the field you need to indentify the domain in se11, then you can goto se16, table name is DD01T
    DOMNAME = domain name
    DDLANGUAGE = language
    you can Identify the text
    For table short texts you can refer table - DD02T
    Thanks !
    E.Avudaiappan

  • F4 help for PO number field with SELECT OPTIONS

    Hi all,
    I have a field (PO no) using SELECT OPTIONS on my selection screen.I need F4 help for this field.How shud i declare it?
    I have declared it as follows:
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    select-options sel_po for ZPO_LOI-zobject_id obligatory .
    SELECTION-SCREEN END OF BLOCK b1.
    ZPO_LOI is a table view with a z data element ZOBJECT_ID to which i have attached a search help which displays the required values for the PO field in the selection screen.But now the problem is i cant see the F4 icon for the field on the sel screen.
    Please help.

    Hi I have a sapmle code for this.
    *&                AT SELECTION SCREEN ON VALUE REQUEST
    *-- F4 help for IDOC numbers
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_docnum-low.
      PERFORM value_request_status USING 'S_DOCNUM-LOW'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_docnum-high.
      PERFORM value_request_status USING 'S_DOCNUM-HIGH'.
    *&      Form  value_request_status
          text
         -->fp_field  dynpro field that gets the return value
    FORM value_request_status  USING fp_field TYPE dynfnam.
      STATICS tl_values TYPE STANDARD TABLE OF tp_value.
      IF tl_values IS INITIAL.
         SELECT docnum FROM edidc UP TO 500 ROWS INTO TABLE tl_values
              WHERE credat   IN  s_credat
              AND   cretim   IN  s_cretim.
         IF sy-subrc eq 0.
            CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
             EXPORTING
              retfield        = 'DOCNUM'
              dynpprog        = syst-repid
              dynpnr          = syst-dynnr
              dynprofield     = fp_field
              value_org       = 'S'
             TABLES
              value_tab       = tl_values
             EXCEPTIONS
              parameter_error = 1
              no_values_found = 2
             OTHERS          = 3.
             IF sy-subrc IS NOT INITIAL.
               MESSAGE i999(zz) WITH 'No values found'(004).
             ENDIF.
          ENDIF.
        ENDIF.
    ENDFORM.                    " value_request_status
    Regards,
    Amit.

  • Table for the enhanced fields

    Hi Experts,
    i enhanced the the data source 0FI_AP_4 with the four fields BUSAB,MWSKZ,TXJCD,FWSTE
    now i need to write code in CMOD to populate these fields in to RSA3, but i dont know from which tables these fields will get populated........
    can you please give me the tables from which these fields will get populated
    BUSAB - Accounting clerck - Table ?
    MWSKZ - Tax code - Table ?
    TXJCD - Jurisdiction code - Table ?
    FWSTE - Tax amount - Table ?
    Thank you

    Hi,
    You can follow the various approach to identify the table to populate the fields.
    1. Use Tcode SE11 and go to where used list to find desired table from the list of table.
    2. Use FI trasnsaction code to check FI document in R/3 (If you are not sure which code to be used please take the help of functional consultant) and press F1 -> go to technical help -> and you can find the proper FIELD/TABLE relationship.
    Dev

  • I need cheque number field

    Hi friends!
       I want  cheque details (number, amount) for a MIRO number. For MIRO i am referring BSEG & BKPF tables. where can i find. Please, mention.  Thanks in advance.
    Moderator message: please invest some research effort before asking.
    Edited by: Thomas Zloch on Apr 25, 2011 10:59 PM

    Ask your business analyst to show you the documents involved then either trace the doc entry or use the F1 key on the document fields.  Make an effort on your own first.

  • How to find the database table for this screen field

    hi in XD02
    There is a scrren field customer
    name1 (firt line under name)
    and email id fields
    i wnat to know where the data stores goes w hen user eners in this screen i mean in which table and how to find it
    for kunnr name1 i suppose it goes to kna1 but how to find it?
    and f or email id whre it gots which table
    regards
    Arora

    Hi,
    when you press F1 it will give the necessary information
    but some times it may give the structure names also
    those structures are being used by the back end module pool
    programm
    so every time we can get the exact information about the
    data type or length
    but not sure that every time we get the exact database table name
    and field name
    according to me, if i dont know where some field are getting stored in
    database ( if the field name and table is structure )
    then i will ask my functional consultant ...
    thanks & regards,
    Venkatesh

  • Tables for Po number and corresponding invoice number

    Hi
    can Any buddy help me to find the PO number and its corresponding Invoice document number from table LFB1.
    LFB1->PO->Invoice num.
    thanks
    imran

    Hi,
    In LFB1 table you cant get all the details, this is related to vendor master at company code level.
    Can try with the below logic:
    1st Get all the PO of particular vendor from EKKO table ( Po field EBELN, vendor field LIFNR)
    2nd take all the PO's and pass to EKBE table ( PO field EBELN) and also give the below values in the EKBE table
    field BEWTP = Q
    Now you can see the invoice number in feild BELNR material document number.
    Regards
    VK

  • Tables for Router number and pcc required in ECC

    Hi,
    I want to know the Route number created by the system in ECC
    1. my input will be material/plant. i need group Number, Group counter . Please let me know which table this is getting stored?
    2. I have created product cost collector for this material/plant combination. which table this PCC is stored?
    Thanks
    Sakthi.K

    Dear Sakthi ,
    1) For Routing details use the below tables.
    Routings/operations
    MAPL                    Allocation of task lists to materials
    PLAS                    Task list - selection of operations/activities
    PLFH                    Task list - production resources/tools
    PLFL                    Task list - sequences
    PLKO                    Task list - header
    PLKZ                    Task list: main header
    PLPH                    Phases / suboperations
    PLPO                    Task list operation / activity
    PLPR                    Log collector for tasklists
    PLMZ                    Allocation of BOM - items to operations
    2) For Product costing use the below tables.
    KEKO               Product-costing header
    KEPH               Cost components for cost of goods manuf.
    KALO               Costing objects
    KANZ               Sales order items - costing objects
    Hope it will be helpful.
    Regards,
    Vijay.

  • Table for Delivery number

    Hi All,
    i've created a delivery for a STO order using VL10B.
    Now i need a table which has the delivery number along with the STO doc number and item number so that i can fetch it for further processing.
    Kindly help in this issue.
    regards
    Prabhu

    You have to make the following join to retrieve the delivery and the STO corresponding to it.
    Join LIKP, LIPS : LIKP-VBELN = LIPS-VBELN
    Join EKPO, LIPS : EKKO-EBELN - LIPS-VGBEL AND EKPO-EBELP = LIPS-POSNR
    Join EKKO, EKPO : EKKO-EBELN = EKPO-EBELN
    More than one inbound delivery can be created with reference to a STO, so STO is referenced in the delivery at item level in LIPS-VGBEL.

Maybe you are looking for

  • How to be Sure my iMac sees my Preferred Wireless Network Each Bootup

    I am still setting up my new iMac and deciding what to keep and what not to keep from my previous primary computer (G4 iMac running Tiger). The old G4 is still hardwired to my D-Link wireless router (DIR 615) and my new 21.5 inch is connecting wirele

  • Facebook, google ERROR sec_error_unknown_issuer in Fresh Firefox 35 windows 8.1

    Windows 8.1 64-bit Firefox 35 (Latest) - Fresh Installed firefox 35 - Even refreshed Firefox with safe-mode - when opening page google.com, facebook.com (Attached Image) getting error page that should not be the error/exception. - This is not for the

  • Display: White on black without inverted pictures?

    I have changed my display to white on black as I find it a lot easier to read webpages and word documents. Only all of the pictures are inverted too. I only want the background and text inverted without it affecting pictures on the web, my wallpaper

  • Admin username and password not recognized for upgrade

    I'm trying to upgrade a user account on my computer to Yosemite. This is that not the admin account.  My admin username and password are rejected.  It is also rejected when I try to do something such as change the power settings.  If I'm doing this w

  • PSD file worked fine month ago - now corrupted

    Hihi, Suddenly I can´t open a psd file I saved on the 24th of January, I opened it im march but now I get this error window: COuld not complete your request because the file is not compatable with this version of Photoshop the file name is litun.psd