Application Development and Automation 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: 
Read only

get (cacs_ctrtbu) data routine?

alejandro_romero2
Participant
0 Likes
489

hi guys does anybody know if there is a routine or a function that gets the data of the table (cacs_ctrtbu) ? thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
450

HI,

Whats the problem. Can't you use simple Select queries?

Use can use RFC_READ_TABLE to read any data from any system or

In SE37, search * CACS_CTRTBU * with wild cards and you will see a list of function modules.

Use the suitable one.

Regards,

Subramanian

Read only

Former Member
0 Likes
450

Check FM CACS_CSC_CACS_CTRTBU_GET or function grp. CACS_CONTRACTC.

Regards,

Joy.

Read only

alejandro_romero2
Participant
0 Likes
450

thanks i solve the problem