RFC LOG

Dear Abapers,
Non SAP ERP COSMOS is sending some data ,and SAP is receiving the same  through an RFC and saved in SAP database tables.
Now I want to see these data before saving it in SAP as the data is something weared.
So for this i will have to write the data accumulated in the structure into a log file as in RFC i cannot use an Write Statment.
Can some one please guide me with an example of writing data to a log file in RFC?
Regards.................

Hi Sudha,
Just search the forum with OPEN DATASET. You can see lots of sample codes.
eg:
OPEN DATASET po_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
LOOP at itab into wa.
TRANSFER wa TO po_file.
ENDLOOP.
CLOSE DATASET po_file.
You can check F1 help on OPEN DATASET for more details.
You can view the application server files in T-code AL11 and download the application server file to your PC using CG3Y
Thanks,
Vinod.

Similar Messages

  • How to read Update log/RFC Log IN SMSY programatically ?

    Hi all,
    In SMSY we have option to look at <b>update log/RFC Log</b> which shows the connection status for each RFC connection. there are cases where the connection has failed and we get logs as shown below
    Start of automatic data capture with source 'RFC_CALL'
    Start of data capture for system 'A1D'
    Get clients for system 'A1D'
    Clients for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Get software components for system 'A1D'
    Software components for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Determine the installed Support Packs for the system 'A1D'
    Support Packs for system 'A1D' determined by RFC destination 'SM_A1DCLNT010_READ'
    Get clients for system 'A1D'
    Clients for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Get server and instances for system 'A1D'
    Server for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Start of data capture for system 'AAE'
    Get clients for system 'AAE'
    Clients for system 'AAE' found in RFC destination 'SM_AAECLNT010_READ'
    Get software components for system 'AAE'
    Software components for system 'AAE' found in RFC destination 'SM_AAECLNT010_READ'
    Determine the installed Support Packs for the system 'AAE'
    Support Packs for system 'AAE' determined by RFC destination 'SM_AAECLNT010_READ'
    my question is:
    1) what does these logs signify
    2) how to read these logs in program and based on what selection
    need ur inputs on this....
    Best regards,
    Subba

    FOUND...

  • Rfc log on failed user SAPSYS

    Hi,
    We are getting below alerts
    RFC/CPIC logon failed Reason=24 Type=R
    client:000
    user:SAPSYS
    Also
    RFC/CPIC logon failed Reason=1 Type=S
    client:000
    user:SAPSYS
    what is the diff between these two alerts and what is the reason for getting this.
    Regards,
    ARNS.

    Thank you too much Rob,
    But I am not able to find the answer for my case.
    What I understod from the post is:
    for using LDAP authentication for ciscopca, we will have to import users
    from LDAP integration.
    For me I do not care ( I just need to login, whether I used CUCM passwords , AD or Local I jsut need to login in any method )
    but the actual scenrio is both CUCM nad CUC are integrated with LDAP and I IMPORT USERS FROM LDAP. I belive that I have problem with authintication throw LDAP ( I am not sure)
    Is there any way to login using Local Passwords I do not need LDAP.
    and what I should tupe to login shall I add the domain to username or no? In unity there is a feiled to enter the domain, what about Connection??

  • Logs of used rfc destinations

    Hi Guys,
    i'm looking for some tables including log-information of used rfc destinations. For now i have table EDIDC for IDoc-Logs. Do you know more tables, e.g. regarding BAPI usage? RFC logs in general (here i found ARFCSSTATE/ARFCRSTATE and some others, but they don't look as they would log all records, do they?
    i just want to find out which rfc destinations are used and which not!
    Best Regards
    Stefan

    Hi Stefan,
    Generally we will RFC logs from SM58.
    (Or) Check tcode SLG1 for application Log.
    Thanks,
    Krishna.

  • Problem in RFC as JCO changed from user/password to  SSO

    Hi all
    Initially i was using CO with user/password properties but now it has been changed to SO.
    In my webdynpro project there are 3 RFC Models being used.
    Out of which 2 are working fine and giving the desired results but 1 RFC works fine on the R/3 side but from the webdynpro side it does not work just displays bapireturn - "Not successful".
    As the properties of the JCO changes to USer/password , the RFC works fine giving the desired results
    Plz let me know wht cld be the problem
    Thanks and Regards

    Vindhya,
    With SSO, the details of the user who's logged in goto R/3 and thus determines if the user has authorizations to run this RFC. This user could be different from the user you were using previously without SSO.
    Meaning, this time, with SSO, the user is you whereas the user for user/pwd is someone else and you dont have authorizations to run the RFC??
    And another thing, even if you can successfully run that RFC logging into R/3, your userid may not have RFC authorizations (which is required to do a RFC call). IF thats the case, you need to talk to your security/basis guys.
    Lemme know if that could be the case in your situation.
    Rajit
    Message was edited by:
            Rajit Srinivas

  • File- XI- RFC produces no output on remote system...

    My RFC call is not producing the output I expected.
    (scenario: file ->XI->remote RFC call)
    When I go into the debugger for the RFC and plug in the
    same values as in my text file, I get no error messages, and
    I get my desired output (creates a Purch Request on remote system).
    However, when set up to run from within XI, there is no output.
    Questions --
    1. Where on the remote system can I look for possible error msgs?
        ABAP dump analysis shows no entries for this RFC
        SM58 RFC log has no entries.
    2. SXMB_MONI on XI shows no error msgs.  Where else can I look?
        No dumps on XI either.

    >. Check if the RFC needs explicit commit, if so handle the same in the receiver RFC adapter.
       Commit is in the RFC.  It works, at least when run in debug mode on remote system.
    >2. Check if there is any conversion exit needs to be done for any field.
         I found some earlier problems with the input file, but fixed them.
         Plugging the same exact values into the debugger nets a result.
    >3. For testing purpose you can try with a sync call so that you will have the return parameter as response so you can debug easily.
          Haven't tried this one yet.
    >4. Did you check the Adapter /communication channel monitoring and is it succesful?
         Yes, the commx channel is working.  I know the RFC is being run, since I had previous
         errors that showed up in the remote systems dumps.  Fixed those problems, but now
         I get no feedback and no output.

  • Tracability of errors in Sender RFC

    Dear All,
    In RFC to file scenario, how to trace weather the RFC have generated the files or not?. I have a problem few files were missing but client(SAPR3) log confirms the RFC executed successfully. Is there any way to check the RFC log that weather the file is generated or not? In XI there is no errors.
    With Thanks and Regards,
    Ganesh

    Hi,
    Check:
    1) Goto SXMB_MONI check the status of message.
    2) Goto RWB->component monitoring->communication channel monitoring-> select the reciever file comm channel and check the status.
    3) Goto the target directory and check whether file is generated or not?
    chirag

  • What are the RFC LON ON DETAILS IN INSTALATION?

    HI ALL in my systm sap bw instalation i got aerror at the RFC LOG ON DETAILS USER NAME  :: DDIC, PASSWORD                  ________:
    WHAT IS STHE PASSWORD I WILL FILL

    Hi ,
    You got that error at the time when u making connection between R3 to BW  ??????
    If yes then You should fill up user name and password which have Admin access.

  • RFC help!

    Hi Experts,
              Can anyone explain me about the Rfc usage in our normal abap editor how can we call and create our own RFC ..plz it is urgent...
    thanks,
    Shahed Khan

    Hi Shahed,
    RFC: is the Remote Function Call it is a call to the function module running in a system different from the collers..
    we hav 3 types of rfcs 1. Synchronous RFC.
    2. Asynchronous RFC
    3. transactional Rfc.
    Synchronous RFc:
    while sendin the request from one sever to the other it will wait till the status is recieved.
    Asynchroous Rfc:
    while sending the request frm ione server to the other it will not wait for the status .
    Transactional Rfc:
    it sends the request from one server to the other if the server is down it will store the data and when the server is up it again sends the request.
    Rfc logs can be checked in Sm58.
    to  make settings for rfc go tcodeSm59.
    to create our own rfc connection:
    goto se37 create function group and then create a function module in atttributes tab select radio button ---> Remote enbled then only u can use rfc for other servers.
    In import tab:
    imagine i want to take kna1 table in tht kunnar filed then
    gf_kunnr  type kunnr.
    Export:
    gw_kna1 type kna1.
    source code:
    select single * into gw_kna1
    from kna1
    where kunnr = gf_kunnr.
    now activate.
    Now goto sm59 make settings there ..
    Now create the executable program: in se38:
    so we need to call the function module:
    Call function 'z_function module '  Destination 'zrfcsm59'
    here z_function module will be the name if function module which we have created in se37 and zrfcsm59 will be the rfc connection which we hav created in sm59.
    then use this in this way ..
    Hope u understood try this it will solve ur problem/
    Regards,
    Sana.
    Reward points if found helpful..

  • System Level Logs

    Hi All,
        from where i can know the ale/idoc/edi System Level Logs.
    plz dont send link.

    Hi Friend,
    System Level Logs:
    WE08          =>     Input File Log
    SM13          =>     Asynchronous Update
    ST22          =>     Monitor Dump Analysis
    SM21           =>     Monitor System Log
    SM58          =>     Display Transitional RFC Log (tRFC Monitoring)
    BDM7          =>     Statistical Analysis of Audit Log
    SO01          =>     SAP Inbox (Business Workplace of User)
    BD87          =>     Status Monitors.
    BDMONIC3     =>     SAP CCMS Monitor for Optional Components (ALE/ EDI)
    RZ20           =>     CCMS Monitor Sets – Maintenance Functions
    IDOC           =>     IDOC & EDI Basis : Repair & Check Programs
    BD84           =>     Re-processing of IDocs after ALE Input Error

  • Scheduling InfoPackage fails to start extract in R/3

    Hi,
    We are extracting data from CO-PA using the delta infosource.
    We initialised the Delta successfully (without data transfer) and have now scheduled our infopackage to extract data from R/3.
    When we go to monitor, it tells us that the "Request is still running". Within Details:
    Requests: Everything OK
    Extraction: Missing messages
    Transfer: Missing messages or data
    Processing: no data
    When I go to the R/3, SM37, I see that infact no extraction job has been scheduled. Consequently, the InfoPackage sits in a "Still running" status till it times out.
    If I go to iDoc list in R/3 (Transaction WE05), I see within the inbox that there is a iDoc from my BW system of type "RSRQST" (BIW: Data Request message to OLTP) with a status of 64 ("iDoc ready to be transferred to application").
    It seems that something is preventing this iDoc from initiating the extract.
    Can anyone suggest a cause of this problem?
    Thanks
    Leanne

    hi,
    how about the other infopackage extraction ?
    try to check following from monitoring of the request, menu Environment
    - Transaction RFC >> in the datawarehouse
      Transaction RFC >> in the source system
    - ALE management >> in the datawarehouse
      ALE management >> in the source system
    - Check connection
    - RFC log on

  • Customs export declaration not getting created

    Hello everyone .. i need help of your expertise
    I am creating billing document on R/3 and we have made it such that the F2 document flows onto GTS and creates a Customs export declaration
    The issue here is i have created the billing docs but i cannot find them on GTS.
    I checked the value of the goods is not equal to zero
    Checked the SM58 to see of any RFC log is there at the time of document creation and time .
    checked SLg1 on GTS to see if any log , but no log is there .
    It is basically an export order from EU country to a non EU country
    and i checked the billing doc and it is export relevant
    The document is flagged to go into GTS in document control settings on R/3
    Plant , company code and everything is mapped.
    It is an intercompany customer transaction.
    When i try to pull up the CULOEX by using the reference doc # from feeder system its saying no documents found
    in test environment the billing doc is flowing onto GTS and creating CULOEX succesfully.
    The sales order and delivery docs basically passed the compliance test and they are good.
    Can someone suggest me where else i need to go and look at .
    your help is very much appreciated.
    thanks
    Bharad

    Hi Bharad,
    Could you let us know the current status of the issue? If it is resolved could you pls share us how you have done it as it is the most occurring issue and leaves no clue too? If not resolved, Could you check whether the Badi /SAPSLL/IF_EX_CTRL_SD0C_R3 is activated in R/3 or not?
    Regards,
    Shiva

  • CALL_FUNCTION_FORMAT_NOT_SUP

    hi,
    i am getting below dump for sapsys uerid.  i attached dump details also.kindly help me out resole this dump.
    ABAP/4 runtime error   CALL_FUNCTION_FORMAT_NOT_SUP
           Occurred on     07.07.2009 at 15:15:18
    RFC data format not supported.
    What happened?
    An error occurred when executing a Remote Function Call.
    The current ABAP/4 program "SAPMSSY1" had to be terminated because
    one of the statements could not be executed.
    This is probably due to an error in the ABAP/4 program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your
    SAP system administrator.
    Error analysis
    A data error occurred when executing a Remote Function Call.
    The data format used is not supported by the recipient.
    How to correct the error
    A 'Remote Function Call' passed data in the incorrect format or
    length. If both the calling program and the called program are
    ABAP/4 function modules, there is an error in the
    SAP system.
    If one of these programs is a CPI-C program which interprets the
    RFC log itself, the error has probably occurred because the program
    does not conform to the standards defined by SAP.
    System environment
    SAP Release.............. "31H"
    Application server....... "PCPPROD1"
    Network address.......... "10.106.128.71"
    Operating system......... "SunOS"
    Release.................. "5.6"
    Hardware type............ "sun4u"
    Database server.......... "PHYPLW02"
    Database type............ "ORACLE"
    Database name............ "ALP"
    Database owner........... "SAPR3"
    Character set............ "en"
    SAP kernel............... "31I"
    Created on............... "Jul 24 2001 05:20:53"
    Created in............... "SunOS 5.5.1 Generic_103640-19 sun4u"
    Database version......... "ora OCI_73400"
    Patch level.............. "616"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 7.2..., ORACLE 7.3..., ORACLE
    8.0...*"
    SAP database version..... "31I"
    Operating system......... "SunOS 5.5.1, SunOS 5.6, SunOS 5.7, SunOS 5.8"
    User, transaction...
    Client.............. 000
    User................ "SAPSYS"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPMSSY1"
    Screen.............. "SAPMSSY13004"
    Screen line......... 2
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPMSSY1" in
    "REMOTE_FUNCTION_CALL".
    The main program was "SAPMSSY1".
    The termination occurred in line 67
    of the source code of program "SAPMSSY1" (when calling the editor 670).
    Source code extract
    000370   ENDMODULE.
    000380
    000390   MODULE %_RFCDIA_CALL OUTPUT.
    000400       "Do not display screen !
    000410       CALL 'DY_INVISIBLE_SCREEN'.
    000420       PERFORM REMOTE_FUNCTION_DIACALL.
    000430   ENDMODULE.
    000440
    000450   MODULE %_CPIC_START.
    000460     IF SY-XPROG(4) = '%RFC'.
    000470       PERFORM REMOTE_FUNCTION_CALL USING RFCTYPE_EXTERNAL_CPIC.
    000480     ELSE.
    000490       CALL 'APPC_HD' ID 'HEADER' FIELD HEADER ID 'CONVID' FIELD CONVID.
    000500       PERFORM CPIC_CALL USING CONVID.
    000510     ENDIF.
    000520   ENDMODULE.
    000530
    000540
    000550   FORM CPIC_CALL USING CONVID.
    000560     COMMUNICATION SEND ID CONVID BUFFER HEADER.
    000570     IF SY-SUBRC EQ 0.
    000580       PERFORM (SY-XFORM) IN PROGRAM (SY-XPROG).
    000590     ELSE.
    000600       MESSAGE A800.
    000610     ENDIF.
    000620   ENDFORM.
    000630
    000640
    000650   FORM REMOTE_FUNCTION_CALL USING VALUE(TYPE).
    000660     DO.
          CALL 'RfcImport' ID 'Type' FIELD TYPE.
    000680       PERFORM (SY-XFORM) IN PROGRAM (SY-XPROG).
    000690       RSYN >SCONT SYSC 00011111 0.
    000700     ENDDO.
    000710   ENDFORM.
    000720
    000730   FORM REMOTE_FUNCTION_DIASTART.
    000740     DO.
    000750       CALL 'RfcImport' ID 'Type' FIELD RFCTYPE_RFCDIA.
    000760       PERFORM (SY-XFORM) IN PROGRAM (SY-XPROG).
    000770       "Parking position for next request
    000780       RSYN >SCONT SYSC 00011111 10.
    000790       "ALternativ : Free mode
    000800       "COMMIT WORK.
    000810       "SYSTEM-CALL FREE MODE 0.
    000820     ENDDO.
    000830   ENDFORM.
    000840
    000850   FORM REMOTE_FUNCTION_DIACALL.
    000860       SY-XCODE = '%_@no@'.
    Contents of system fields
    SY field contents..................... SY field contents.....................
    SY-SUBRC 0                             SY-INDEX 1
    SY-TABIX 0                             SY-DBCNT 0
    SY-FDPOS 0                             SY-LSIND 0
    SY-PAGNO 0                             SY-LINNO 1
    SY-COLNO 1
    Chosen variables
    Name.......................... Contents.1........2........3....+....4
    SY-MSGV1
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222
                                   0000000000
    SY-MSGV2
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222
                                   0000000000
    SY-MSGV3
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222
                                   0000000000
    SY-MSGV4
                                   2222222222222222222222222222222222222222
                                   0000000000000000000000000000000000000000
    ... +  40
                                   2222222222
                                   0000000000
    TYPE                           3
                                   0000
                                   0003
    SY-XPROG
                                   22222222
                                   00000000
    SY-XFORM
                                   222222222222222222222222222222
                                   000000000000000000000000000000
    Active calls / events
    No.... Program  INCLUDE Line  Type.... Name.....................
         1 SAPMSSY1 SAPMSSY1    67 FORM     REMOTE_FUNCTION_CALL
         2 SAPMSSY1 SAPMSSY1    30 MODULE   %_RFC_START
    Internal notes
    The termination occurred in the function "ab_rfctinfo" of the SAP
    Basis System, specifically in line 1178 of the module " ".
    The internal operation just processed is "CALY".
    List of ABAP/4 programs affected
    Program
    Load size
    Roll size
    Gen. date
    / time   Changed         by
    SAPMSSY1
    20480
    83050
    21.05.1997
    16:27
    21.05.1997
    SAP
    List of internal tables
    No dump information available
    Directory of application tables (contents)
    Program name...........  Contents.1........2........3....+....
    SAPMSSY1 TCPIC         
    Directory of data areas (administration information)
    No   Program name........... Length Gen.date   Gen.time Ofst Type Next
    0    SAPMSSY1 /%_LISTTABLES    3128                       -3 DATA
    1    SAPMSSY1 stack area      65536                       -2 DATA
    2    SAPMSSY1 text pool        4064                       -1 DATA
    3    SAPMSSY1 global data      1136                        0 DATA
    4    SAPMSSY1 local data          0                        1 STCK
    5    SAPMSSY1 constant data     647                        2 LITL
    6    SAPMSSY1 not assigned        0                        3 INVL
    7    SAPMSSY1 SYST             2232                        4 TABL
    8    SAPMSSY1 SY               2232                        5 TABL
    9    SAPMSSY1 RSJOBINFO          84                        6 TABL
    10   SAPMSSY1 /%_SCREEN          56                        7 DATA
    11   SAPMSSY1 /%_SYS%%          480                        8 DATA
    12   SAPMSSY1 TCPIC              70                        9 TABL
    Directory of data areas (contents)
    No   Program name...........  Contents.1........2........3....+....
    0    SAPMSSY1 /%_LISTTABLES  |00000x0C000000000x0C0
    1    SAPMSSY1 stack area     |000x030000ÿÿÿÿ00000000
    2    SAPMSSY1 text pool      |ÿÿ000006E000000x01R00000
    3    SAPMSSY1 global data    |        0                    x04
    4    SAPMSSY1 local data    
    ABAP/4 control blocks CONT
    Index Name F1 Co Par01 Par2. Par3. Par4. Tabl Source Line Source code........
      146 CLEA 00     83                         SAPMSSY1   60 MESSAGE A800.
      147 CLEA 00     84                         SAPMSSY1   60
      148 CLEA 00     85                         SAPMSSY1   60
      149 CLEA 00     86                         SAPMSSY1   60
      150 MESS 00     327                        SAPMSSY1   60
      151 ENDF 00                                SAPMSSY1   62 ENDFORM.
      156 PERP 02                                SAPMSSY1   65 FORM REMOTE_FUNCTI
      157 WHIL 00  2                             SAPMSSY1   66 DO.
      161 WHIL 00  3                             SAPMSSY1   66
      165 BRAN 05 Branch to  178                 SAPMSSY1   66
      166 CALY 00  3  87     72    73     73     SAPMSSY1   67 CALL 'RfcImport' I
    >>>>> CALY 02     88    P0                   SAPMSSY1   67
      174 xper 02     22     23                  SAPMSSY1   68 PERFORM (SY-XFORM)
      176 SYSC 1F                                SAPMSSY1   69 RSYN >SCONT SYSC 0
      177 BRAX 00 Branch to  161                 SAPMSSY1   70 ENDDO.
      178 WHIL 00  4                             SAPMSSY1   70
      182 ENDF 00                                SAPMSSY1   71 ENDFORM.
      187 WHIL 00  2                             SAPMSSY1   74 DO.
    End of runtime analysis

    Hi,
    As per u r sap note in my version there is function module. mine is 3.1h version.
    I am attaching sm21 log and work process log.
    13:52:17 D0 000 SAPSYS            R68 W Perform rollback
    Recording at local and central time........................ 08.07.2009 13:52:17
    Task................  5196 D0 Dialog work process No. 0
    User................ SAPSYS
    Client.............. 000
    Terminal............ APPC-TM
    Session............. 1
    Transaction code....
    Program name........
    Problem class....... W    Warning
    Development class... STSK SM04,SM06,SMON
    Further details for this message type
    Module name......... thxxhead
    Line................ 9248
    Error text..........
    Caller.............. ThIRoll
    Reason/called....... roll ba
    Documentation for system log message R6 8 :
    An error has causes an SAP rollback.  All database updates are reset.
    Technical details
    File................ 011785
    Position............ 0000306400
    Entry type.......... m      ( Error (function,module,line)   )
    Message ID.......... R6 8
    Variable parts......       ThIRollroll bathxxhead9248
    13:52:17 D0 000 SAPSYS            AB0 T Run-time error ab_rfctinfo
    Details
    Recording at local and central time........................ 08.07.2009 13:52:17
    Task................  5196 D0 Dialog work process No. 0
    User................ SAPSYS
    Client.............. 000
    Terminal............ APPC-TM
    Session............. 1
    Transaction code....
    Program name........
    Problem class....... T    Transaction problem
    Development class... SABP Kernelnahe ABAP Laufzeitobjekte  (ehem RUNT)
    Further details for this message type
    Module name......... abrfcimp
    Line................ 1178
    Error text.......... ab_rfctinfo
    Documentation for system log message AB 0 :
    The specified runtime error has occurred in the system.
    Technical details
    File................ 011785
    Position............ 0000306600
    Entry type.......... l      ( Error (module, line)           )
    Message ID.......... AB 0
    Variable parts...... ab_rfctinfo         abrfcimp1178
    13:52:17 D0 000 SAPSYS            AB1 K > Short dump 090708135355PC generated for error PPROD1SAPSYS
    Details
    Recording at local and central time........................ 08.07.2009 13:52:17
    Task................  5196 D0 Dialog work process No. 0
    User................ SAPSYS
    Client.............. 000
    Terminal............ APPC-TM
    Session............. 1
    Transaction code....
    Program name........
    Problem class....... K    SAP Basis problem
    Development class... SABP Kernelnahe ABAP Laufzeitobjekte  (ehem RUNT)
    ABAP Mini dump
    Date................ 20090708
    Time................ 135355
    Computer............ PCPPROD1
    User................ SAPSYS
    Documentation for system log message AB 1 :
    A short dump was generated for the specified program termination.
    You can analyze this short dump in the system log evaluation by
    selecting this line or evaluating Table SNAP (Transaction ST22).
    Technical details
    File................ 011785
    Position............ 0000306700
    Entry type.......... s      ( ABAP runtime error             )
    Message ID.......... AB 1
    work process log
    ***LOG R68=> ThIRollBack, roll back () [thxxhead 9248]
    X  <ES> RecoverAll
    X  <ES> RecoverFreeList
    X  <ES> RecoverAll
    X  <ES> RecoverFreeList
    A  Wed Jul  8 13:52:17 2009
    A  ABAP/4 Program SAPMSSY1.
    A  Source SAPMSSY1 Line 67.
    A  Error Code CALL_FUNCTION_FORMAT_NOT_SUP.
    A  Module  $Id: //bas/31I/src/abrfcimp.c#1 $ SAP.
    A  Function ab_rfctinfo Line 1178.
    Kindly help me
    Regards
    kvl
    Edited by: KulandaivelS on Jul 31, 2009 6:17 AM

  • Error key: RFC_ERROR_SYSTEM_FAILURE

    Hi all
    I have a problem during a RFC.
    I call a function with the JCO but, if I fill all the fields that I have to pass to the FM the JVM returns this runtime error:
    [code]
    Exception in thread "main" com.sap.aii.proxy.framework.core.BaseProxyException:
    Data area for accessing table is too small.,
    error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at bi9032.BI_9032_PortType.zhr_Bi_9032(BI_9032_PortType.java:16)
         at bi9032.Startapp.main(Startapp.java:50)
    [/code]
    In particular the structur in FM has a field 16000 char long.
    thanks for your help,
    bye
    enzo

    Did you look at the SAP RFC Log File in your application folder named "dev_rfc.trc".
    may be it helps you
    ibrahim
    Message was edited by: Ibrahim UGUR

  • Encoding of data sent to server

    hello, i have problem with encoding of czech chars, all source code is utf-8 encoded, in each page i have <%@ page contentType="text/html; charset=UTF-8"%>, chars shown in page are shown correctly but if i fill some text field and send data to server so the data are not correct, it means in struts action i get not correct data from form bean
    thanks a lot

    There are multiple ways...Temporarily, you can turn on the RFC trace function for the RFC destination in question then view the RFC log file.  You can use a log point in your custom program and switch it on or off as needed and view the log point file which contains each individual table or variable with values.  Or simply, you can write the data to the spool (or an additional spool) based on a trace parameter on the selection screen.

Maybe you are looking for