cancel
Showing results for 
Search instead for 
Did you mean: 

Add field to substitution list for Payment Reference (BSEG-KIDNO)

Former Member
0 Kudos

Hi,

My client wants to use payment reference field (BSEG-KIDNO) for identifying the Payment received by the customers on the basis of Business Unit like EBU or WBU or Others.. For this we want to use substitution based on the Customer class.

The Problem is the field Pmt Ref (KIDNO) is not exist in the Subtitution fields. For this we are fallowing the steps to add this:

Callup point 2

With an ABAP/4 program, change the following entry in GB01

BOOLCLASS CLASSTYPE BCLTAB BCLFIELD BEXCLUDE

009 S BSEG BEWAR X

to the entry, or insert if missing:

BOOLCLASS CLASSTYPE BCLTAB BCLFIELD BEXCLUDE

009 S BSEG BEWAR

Please any one can suggest if there is any consequences if we adopt the above said process for adding the field.

Thanks&Regards,

Suda....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Suda,

Your approach is Correct.

Please use a program for maintaining (Insert/Update/Delete) the entries in the table GB01.

With Regards

VG

Former Member
0 Kudos

And the program is RGUGBR00

regards

iklovski
Active Contributor
0 Kudos

Hi,

You have to edit the entry in GB01 table. Go to SE16N transaction and change the entry Table=BSEG, Field=KIDNO - switch the 'Exclude' field from 'X' to blank.

Regards,

Eli