Coder Social home page Coder Social logo

abap-tasks-tracker's Introduction

abaplint Status abap package version

Tasks Tracker for SAP

Note: Netweaver release 7.50 or higher is required and it isn't dependent for HANA Databases. (it means a lot of limitations of CDS annotations)

Tasks Tracker for SAP is a simple tool to manage tasks for projects, based on Fiori list report and CDS based on BOPF. Task details

Dependencies

Installation

Create a package to import the repository.

Importing the project with abapGit (documentation) will generate the corresponding services, which you need to activate with Maintain Service transaction (/IWFND/MAINT_SERVICE) and assign the alias.

Import also creates a BC Set ZTT_CONFIG, importing it will generates the semantic object entry in /UI2/V_SEMOBJC and creates the Fiori catalog and group ZTASKS_TRACKER with corresponding tiles and target mappings.

To access to applications, you need to create a role for catalog and group, but you can import the role from this repository

With all those steps done, you can access to applications from your Fiori Launchpad

abap-tasks-tracker's People

Contributors

jrodriguez-rc avatar larshp avatar

Stargazers

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

Watchers

 avatar

Forkers

jcnick larshp

abap-tasks-tracker's Issues

Object type BOBF and SUSH not supported in abapGit

Dear Jaime,
Thank you for the nice tool.
I want to import it with the latest version of abapGit into out NW 7.5 SP 16 (09/2019).

When pulling abapGit throws the following errors:

  • Object type BOBF not supported, serialize; Import of object ZTT_I_PROJECTS failed
  • Object type BOBF not supported, serialize; Import of object ZTT_I_TASKS failed
  • Object type SUSH not supported, serialize; Import of object D5F4A85E043C2ECB975350C9BF5299HT failed

Do you have any idea to resolve?
Does is need manual steps to bring in the BOPF objects?

Thanks,
Justrockstar

Object type SUSH not supported, serialize

Object type BOBF not supported, serialize

Import of object ZTT_I_PROJECTS failed

Object type BOBF not supported, serialize

Import of object ZTT_I_TASKS failed

Object type SUSH not supported, serialize

Import of object D5F4A85E043C2ECB975350C9BF5299HT failed

ZTT_C_TASKS CDS

The ZTT_C_TASKS CDS view did not activate in IDES system (7.50 on MS SQL Server ) with SQL error 8116: "argument data type tinyint is invalid for argument 1 of substring function" in this place.

    @Consumption.valueHelp:'_criticality'
    cast(substring(cast( case when plan_end_date <> '00000000'
                  then case when secondsToDeadline <= 0 then 1
                            when secondsToDeadline between 0 and 86400 then 2
                            else 3
                          end
                  else 0 end as abap.char(3) ),1,1) as ztt_task_criticality )
        as endCritically,

Maybe substring( ) is not supported on MSSQL? When it is removed, compiled OK:

    cast(cast( case when plan_end_date <> '00000000'
                  then case when secondsToDeadline <= 0 then 1
                            when secondsToDeadline between 0 and 86400 then 2
                            else 3
                          end
                  else 0 end as abap.char(3) ) as ztt_task_criticality )  

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.