J_1BLFB2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter J_1BLFB2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1B_LFB2 - IN68: Cadastros
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: CUSTOM = Customer
Selection Text: CUSTOMER = D .
Selection Text: DET_DISP = Display details (for testrun)
Selection Text: FILENAME = File Address (w/o Extension)
Selection Text: FILE_EXT = File Extension
Selection Text: INCLINFO = Company/Branch infos
Selection Text: INCLPREF = Prefix (for identification)
Selection Text: J5_BRNCH = D .
Selection Text: J5_BUKRS = D .
Selection Text: J5_PDATE = D .
Selection Text: TESTRUN = Test Run (Screen Output Only)
Selection Text: VEND = Vendor
Selection Text: VENDOR = D .
Title: IN68: Cadastros
Text Symbol: 101 = Output control
Text Symbol: 102 = General selection criteria
Text Symbol: 103 = Objects to be generated
Text Symbol: 201 = Records in file 8.1:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_NF_PARTNER_READ * CALL FUNCTION 'J_1B_NF_PARTNER_READ' * EXPORTING * partner_type = it_partner-partyp * partner_id = it_partner-partnr * doc_number = it_partner-docnum * partner_function = it_partner-parvw * IMPORTING * parnad = parnad * EXCEPTIONS * OTHERS = 04.
J_1B_NF_PARTNER_READ * CALL FUNCTION 'J_1B_NF_PARTNER_READ' * EXPORTING * partner_type = it_partner-partyp * partner_id = it_partner-partnr * doc_number = it_partner-docnum * partner_function = it_partner-parvw * IMPORTING * parnad = parnad * EXCEPTIONS * OTHERS = 04.
J_1BREAD_BRANCH_DATA * call function 'J_1BREAD_BRANCH_DATA' * exporting * branch = j5_brnch "branch code * bukrs = j5_bukrs "company code * importing * ADDRESS = SADR * branch_data = branch_data * cgc_number = cgc_number * exceptions * others = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.