Coder Social home page Coder Social logo

fidley / customers Goto Github PK

View Code? Open in Web Editor NEW
23.0 5.0 11.0 73 KB

Documentation and more info

Home Page: https://abapblog.com/articles/how-to/130-zcl-cmd-customer-wrapper-for-cmd-ei-api-classes

License: GNU General Public License v3.0

ABAP 100.00%
abap abapgit sap

customers's Introduction

customers's People

Contributors

fidley avatar larshp 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

Watchers

 avatar  avatar  avatar  avatar  avatar

customers's Issues

Incorrect object zsd_customer_util used in class zcl_cmd_vat

Hi,

Thanks for sharing this. just a minor correction on below code for class zcl_cmd_vat.

Line 48 insert value #( task = zsd_customer_util=>mode-create

Line 65 -task = zsd_customer_util=>mode-change.

Line 80 -task = zsd_customer_util=>mode-delete.

Instead of zsd_customer_util it has to be zcl_cmd_util

Regards
Gurpreet

Changes not reflecting in BP but KNA1 and ADRC is getting updated

Hi Fidley,
First of all, this library is wonderful.
I tried to update POSTAL-CODE1 and CITY1 and it is successfully got updated in KNA1 but when I run BP with specified KUNNR, it shows me an old value. I debugged BP and I found that it is going to get values from BUT020 table with different ADRNR.

customer number convert alpha in Class ZCL_CMD_CUSTOMER->CONSTRUCTOR

I like you solution, thankyou very much for sharing. another suggestion.

customer number convert alpha in Class ZCL_CMD_CUSTOMER->CONSTRUCTOR

Class ZCL_CMD_CUSTOMER->CONSTRUCTOR
method constructor.

  • customer = i_customer.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = i_customer
    IMPORTING
    output = customer.

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.