Git Product home page Git Product logo

abap-fm-logger's People

Contributors

hhelibeb avatar rmezriv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

abap-fm-logger's Issues

Improvements: Syntax compatibility with ECC & Issue

Improvements1:ZAFL_VIEWER
select single cust_name1, cust_name2, cust_name3
into corresponding fields of @config
from zafl_config.

Improvements2:
up to @pv_nofhs rows

Issue1:
if zcl_afl_utilities=>is_prd( )

error:A logical expression may not consist of just a method call.
image

commit in /afl/save

now if the log function is enabled, /afl/save will always perform a commit statement. That may cause data inconsistence issue in some certain condition.
need update readme and configuration to let use know a commit/rollback is necessary before /afl/save

no parameter issue

if there is no IMPORT/EXPORT but the enable corresponding ZAFL_CONFIG option, a dump may occur.

multiple /afl/save cause a syntax error

the code below will produce a syntax error,

FUNCTION z_fm.
  
  IF status = 'E'.
    /afl/save.
    RETURN.
  ENDIF.

  /afl/save.

ENDFUNCTION.

it should be fixed by moving the variable declaration to /afl/init.

despite this, i suggest to use a central exception management to handle exceptions.

FUNCTION ztest.
  
  /afl/log_init.
  
  TRY .
      class->method( EXPORTING p1 = p1
                               p2 = p2
                     IMPORTING results = results ).
    CATCH zcx_xx INTO DATA(msg).
      et_return[] = VALUE #( BASE et_return[] ( message = lo_msg->get_msg( ) ) ).
  ENDTRY.

  /afl/save.

ENDFUNCTION.

Changing Parameters

Hello,
First of all, thanks for sharing this tool!
Amazing work!

I am just doing some tests, and it seems that it's not ready for CHANGING parameters?

I dont see any columns for the CHANGING params in ZAFL_LOG and when trying to re-execute an FM with CHANGING param we have a dump.

Thanks again for sharing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.