Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Need Function module or table name

Former Member
0 Kudos

Hi All.

I have requirement in solution manager saying that i have to get all the information for the daily jobschedule data.

I know the error long number table(BALHDR).Just i want use this log number get the Message log(Messagetext) related to the error log number.

Please lf anybody know the related table from this lognumber or Function module which if i give log number and get related all the message text.

Thanks in advance

Pradeep

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Look at the following function modules :

BAL_DB_LOGNUMBER_GET     Application Log: Database: Get internal log number from numb
BAL_LOG_HDR_READ         Application Log: Log: Header data: Read data and texts    

Regards

6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos

Look at the following function modules :

BAL_DB_LOGNUMBER_GET     Application Log: Database: Get internal log number from numb
BAL_LOG_HDR_READ         Application Log: Log: Header data: Read data and texts    

Regards

0 Kudos

Tables :

BALHDR           Application log: log header  
BAL_INDX         Application Log: INDX tables (Warning - Cluster import/export from database)
BALC             Application Log: Log or message context       
BALHDRP          Application log: log parameter     
BALM             Application log: log message   
BALMP            Protocole d'application : Paramètres des messages

Regards

Former Member
0 Kudos

Hi

check the following tables

BALC Application Log: Log or message conte

BALDAT Application Log: Log data

BALHDR Application log: log header

BALHDRP Application log: log parameter

BALM Application log: log message

BALMP Application log: message parameter

BALOBJ Application log: objects

<b>BALOBJT </b> Application Log: Object Texts

BALSUB Application log: sub-objects

<b>BALSUBT </b> Application Log: Subobject Texts

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hello,

Check this:


BAL_GLB_MSG_DEFAULTS_GET       Application Log: Global: Read message defaults
BAL_GLB_MSG_DEFAULTS_GET       Application Log: Global: Read message defaults
BAL_DSP_USER_COMMAND_DATA_GET  Application Log: Get user command data

Regards,

Vasanth

Former Member
0 Kudos

hI,

BAL_DB_LOGNUMBER_GET

BAL_DB_SAVE

BAL_DB_RELOAD

Go to se37 and search BAL*

Regards

Former Member
0 Kudos

Hi All,

thanks for the information, now am able to solve this issue.

Regards

pradeep