cancel
Showing results for 
Search instead for 
Did you mean: 

add general variable in header text of FBL1N

former_member480606
Participant
0 Kudos

Hi all,

I execute tx FBL1N and when the result appears I want to add some global variables on the

header of the list and then I want to print all: list and global variable.

I found the way to add the global value: Settings->layout->current header rows.

When I tired to add a new row and then add a variable the system dumps with the following message:

MESSAGE_TYPE_X

In particular:

Program SAPLGRWR

Include LGRWRF15

Row 126

Module type (FORM)

Module Name TEXT_FORMAT_EDIT

  • Insert text variable

READ TABLE TEXT_FORMAT

WITH KEY FROM_LINE = L_S_TEXT_FORMAT-FROM_LINE

FROM_POS = L_S_TEXT_FORMAT-FROM_POS

BINARY SEARCH TRANSPORTING NO FIELDS.

IF SY-SUBRC NE 0.

C_FORMAT_INDEX = SY-TABIX.

INSERT L_S_TEXT_FORMAT INTO TEXT_FORMAT INDEX C_FORMAT_INDEX.

PERFORM CUR_FORMAT_SET_CHANGED_FLAG.

ELSE.

MESSAGE X000(00). "Should not occur

ENDIF.

I'm working on SAP ECC6:

SAP_BASIS 700 0017 SAPKB70017

SAP_ABA 700 0017 SAPKA70017

PI_BASIS 2006_1_700 0007 SAPKIPYM07

ST-PI 2005_1_700 0006 SAPKITLQI6

SAP_BW 700 0019 SAPKW70019

SAP_AP 700 0014 SAPKNA7014

SAP_HR 600 0007 SAPKE60007

SAP_APPL 600 0014 SAPKH60014

EA-IPPE 400 0014 SAPKGPID14

EA-GLTRADE 600 0014 SAPKGPGD14

EA-RETAIL 600 0014 SAPKGPRD14

FINBASIS 600 0006 SAPK-60006INFINBASIS

EA-PS 600 0014 SAPKGPPD14

EA-FINSERV 600 0014 SAPKGPFD14

EA-HR 600 0007 SAPKGPHD07

EA-DFPS 600 0014 SAPKGPDD14

EA-APPL 600 0014 SAPKGPAD14

....

Any help?

Gino Bonfiglioli

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member480606
Participant
0 Kudos

not yet ok

Former Member
0 Kudos

This message was moderated.