Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieve Data From A SAP Function

Status
Not open for further replies.

pator

MIS
Sep 28, 2004
17
IE
Folks
Has anyone got any examples on how to retrieve data from a SAP function. I'm using Crystal Reports 10. I can see the SAP function OK in report design and have passed the parameters in the record selection formula.

My record selection formula
{RFC_READ_TEXT.T_TEXT_LINES.MANDT} = "020" and
{RFC_READ_TEXT.T_TEXT_LINES.TDOBJECT} = "TEXT" and
{RFC_READ_TEXT.T_TEXT_LINES.TDNAME} = "CRYSTAL" and
{RFC_READ_TEXT.T_TEXT_LINES.TDID} = "ST" and
{RFC_READ_TEXT.T_TEXT_LINES.TDSPRAS} = "EN"

If I run this function in SAP using these parameters I get the data returned ,But no data is returned in CR10, I get no errors. It tells me no records are read.
Am I missing something ?
Regards & Thanks
Pator
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top