cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the values from table SKB1 R/3 to SRM

Former Member
0 Kudos

Hi Gurus,

My requirement is to get all the values from the table SKB1 to SRM (i.e. in to an internal table) for doing some validation(G/L account XXXXXX requires an assignment to a CO objectXXXXXX.)

Like wise I have many tables for doing validation in SRM

Help me how to get this, suggest me any Function module with sample code.

OR

Any Standard FM which will give all the values of the fields in the table SKB1 when I pass the key fields G/L account & company code alone so that I can improve the performance.

Suggest me.

Regards

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the FM 's META_READ_TABLE Or RFC_READ_TABLE

Which SRM / Backend system version are you using ?

Are you taking care of the Importing paramater - DELIMITER in this case.. ??*

See related links ->

Else you can just call the remote enabled FM "BAPI_GL_ACC_GETDETAIL" from SRM.

BR,

Disha.

Do reward points for useufl answers.

Former Member
0 Kudos

Hi Disha,

SRM 5.0 and backend ECC 5.0.

let me analysis and get back to you

Regards

Paul