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: 

Cfunctions

Former Member
0 Kudos

Hi,

How to use Cfunctions in SAP, where can i get documentation for these

for example

CALL 'C_SAPGPARAM' ID 'NAME' FIELD paramname

ID 'VALUE' FIELD logname.

CALL 'ReadLogDirA' ID 'LOGN' FIELD logname

ID 'DTAB' FIELD bdclda-sys

ID 'AINF' FIELD one

ID 'ECNT' FIELD ec.

CALL 'ReadLogPartitionA' ID 'LOGN' FIELD logname

ID 'ETAB' FIELD bdclm-sys

ID 'PART' FIELD bdcld

ID 'ECNT' FIELD ec.

how to pass field values to these statements and where can i get documentation for these, how to use these,

pls help me regarding the above.

Regards

Raadha

3 REPLIES 3

Former Member
0 Kudos

hi,

1> go to SE37

2> put the name of your function module

3> click on display

4> you may get the documentation for the FM

otherwise, Use whereused list in SE37, and look for standard program. This will also help you.

Regards,

Anirban

Former Member
0 Kudos

Hi Radha,

Try to check the documentation from SE37.

Check these:

C_SAPGPARAM:

http://abap4.tripod.com/Directory_Listing.html

ReadLogDirA:

http://www.sap-basis-abap.com/abap/program-to-download-batch-session-log-into-excel.htm

Regards,

Chandra Sekhar

Edited by: Chandrasekhar Gandla on Sep 23, 2008 10:47 AM

0 Kudos

Thanks for who ever replied