SAP Reports / Programs

J_1BLFB2 SAP ABAP Report - IN68: Cadastros







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1B_LFB2 - IN68: Cadastros


ABAP code to call this SAP report using the submit statement

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.






SUBMIT J_1BLFB2. "Basic submit
SUBMIT J_1BLFB2 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BLFB2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:


INCLUDES used within this REPORT J_1BLFB2

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name J_1BLFB2 or its description.