cancel
Showing results for 
Search instead for 
Did you mean: 

Messaege Var. store in VBFS

Former Member
0 Kudos

Hi,

We are trying to extract the information from table VBFS. In our current system, we have 2 type of msg ID VF and BS.

For msg ID BS , field VBFS-MSGV1, VBFS-MSGV2 & VBFS-MSGV3 shows text

e.g.

VBFS-MSGV1 Create Billing Document

VBFS-MSGV2 Status XXXX

VBFS-MSGV3 VB000123456000000

But for msg ID VF, the field shows nothing.

e.g.

VBFS-MSGV1 "Blank"

VBFS-MSGV2 "Blank"

VBFS-MSGV3 "Blank"

Does anyone know where in config or a transaction we can maintain the text for VF so it will get stored in this table VBFS?

Thanks & Regards,

Rebella

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Table VBFS will store logs of all billing documents.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Table VBFS only shown the error msg for BS , but the msg type VF is NOT store in our current sytem. I believes we needed to maintain the text somewhere so it can be written in the table VBFS.

thanks, Rebella

Former Member
0 Kudos

Can anyone please help??

Rebella

ivano_raimondi
Active Contributor
0 Kudos

Hello Rebella,

MSGV1, MSGV2, MSGV3 are the arguments of the message.

Example message BS05: in SE91 it has generic text "&" not allowed (&, object &)

The 3 symbols '&' are replaced by strings and stored in VBFS fields MSGV1, MSGV2, MSGV3.

If the message has not arugmnet, then MSGV1, MSGV2, MSGV3 remain empty.

Best regards,

Ivano.

Answers (1)

Answers (1)

Former Member
0 Kudos

can anyone help?