avatar© Soft Metrics Consulting, February 3, 2021

SAP Transparent Management

SAP transparent Project Management methodologies

Cover Image

Our in depth business analysis and tailored solutions minimizes risks and delivers a successful implementation strategy

We offer full transparent roadmap for your entire SAP projects either is a new implementations or an upgrade.

Our aim is to align your business and Information Technology to ensure sound success.

Revolutionizing today's business models

Our up to date status reports, periodic quality checks, proof of concepts, prototypes and solution demonstrations will ensure full transparency and guidance for change management.

No more where we are or what is going on questions.

Your organization business needs is the focus of our strategy.

For us your business objectives are front and center.

Our cloud solutions accelerates processes shortening the time from conception to go-live.

CLASS zcl_act_vendor_amdp DEFINITION PUBLIC FINAL CREATE PUBLIC.

  PUBLIC SECTION.
    INTERFACES if_amdp_marker_hdb.

    TYPES: BEGIN OF ty_vendor,
             lifnr	TYPE lifnr,
             bukrs	TYPE bukrs,
             ekorg	TYPE ekorg,
             name1	TYPE name1,
             city1	TYPE adrc-city1,
             region	TYPE adrc-region,
             country	TYPE adrc-country,
             post_code1	TYPE adrc-post_code1,
           END of ty_vendor,

           tt_vendor TYPE SORTED TABLE OF ty_vendor WITH NON-UNIQUE KEY lifnr bukrs ekorg.

  METHODS get_vendors_amdp IMPORTING VALUE(lv_clnt) type mandt
                           EXPORTING VALUE(lt_vendor) type tt_vendor.
ENDCLASS.
Managed Database Procedures