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: 

FM for get full data of CSKS table into an internal table.

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

we want full data of CSKS table into an internal table.

is there any function module for this?

Please provide me the fm and sample logic for this.

Thank you,

vishnu p.

Moderator message: please do more research before posting.

Message was edited by: Thomas Zloch

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos
  • Try RFC_READ_TABLE to get full table.
  • For less fields, try BAPI_COSTCENTERGROUP_GETLIST (or GETLIST1) and BAPI_COSTCENTER_GETDETAIL (or GETDETAIL1)

Regards,

Raymond