cancel
Showing results for 
Search instead for 
Did you mean: 

SAPRFC browse data

Former Member
0 Kudos

Hello all,

I just connected with SAP using PHP.

I am able to run example using SO_USER_LIST_READ

I just want to find an working example that reatrive rows from a table.

I want to retreave rows from cproject.

If anybody have an working example, please help me.

Best regards,

Catalin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

All,

I didn't have much luck today.

I want to retreave data like :

Project->Phase->Task->Subtask into an php report.

If anybody can help me,

Thank you

LE

Ok let me post what I did:

My loghin:

"ASHOST"=>"x.x.x.x",

                    "SYSNR"=>"20",

                    "CLIENT"=>"300",

                    "USER"=>"cgxxxx",

                    "PASSWD"=>"xxxxxxxx"

$fce = saprfc_function_discover($rfc, "RFC_READ_TABLE");

I have access to this function but when:

saprfc_import ($fce,"QUERY_TABLE","DPR_TASK");

an strange error is returned:

RFC_ERROR_SYSTEM_FAILURE Status  : Message : Client 250 is not available in this system Internal

I can't figure out from where client 250 is returned.

Catalin