Unable to connect to SAP GUI running on abap cloud developer trial docker

Disclaimer: I am new to SAP. I am an experienced Linux developer trying to create a connector with SAP.  I found the guide https://hub.docker.com/r/sapse/abap-cloud-developer-trial showing how to run ABAPTRIAL_2022 in my local machine using docker. I was able to follow the guide and my container is running locally, with the right ports open, with updated license, but I …

Unable to connect to SAP GUI running on abap cloud developer trial docker Read More »

New member

Hello Everyone, My name is Brandi, and I’m excited to be a part of this SAP Learning Community! A little about myself: I am currently living in Lawrenceville, Georgia, and I am looking forward to visiting the Atlanta office. My career has been primarily in Healthcare working as a Business Analyst and a project lead. …

New member Read More »

GR not getting posted through BAPI_GOODSMVT_CREATE-code, but successfully posted by MIGO transaction

Hello experts , When I create a Goods Receipt with reference to Purchase Order using BAPI_GOODSMVT_CREATE, the following error message appears. No goods receipt possible for purchase order <PO number> <line item number>. But the GR is getting created manually using Transaction MIGO for the same PO number. Here is the code: SELECT deliverydocument,             “vbeln             deliverydocumentitem,         “posnr             plant                         “werks             FROM i_deliverydocumentitem   “lips             INTO TABLE @DATA(dlv_item)             WHERE deliverydocument IN @inb_delv             ” OR deliverydocument IN @delv_num )             AND plant IN @Store.      IF sy–subrc = 0.        SELECT deliverydocument,          “vbeln               supplier                   “lifnr            FROM i_deliverydocument       “likp            INTO TABLE @DATA(dlv_hdr)            FOR ALL ENTRIES IN @dlv_item            WHERE deliverydocument = @dlv_item–deliverydocument            AND deliverydate IN @s_date_tmp            AND sddocumentcategory = ‘7’.        IF sy–subrc = 0.           SELECT businesspartner,              “partner                 bpidentificationtype,         “type                 bpidentificationnumber        “idnumber                 FROM i_bupaidentification     “but0id                 INTO TABLE @DATA(bp_id)                 FOR ALL ENTRIES IN @dlv_hdr                 WHERE businesspartner = @dlv_hdr–supplier                 AND   bpidentificationtype = ‘GLREG’.          IF sy–subrc = 0.             SELECT low              FROM ztle_constant              INTO TABLE @DATA(legacy_vendor)              WHERE name = ‘ZS4_LEGACY_VENDOR’.            IF sy–subrc = 0 AND legacy_vendor IS NOT INITIAL. …

GR not getting posted through BAPI_GOODSMVT_CREATE-code, but successfully posted by MIGO transaction Read More »

Article creation mass

Hi All, Could any one  help me how to create Articles in mass = single article , Generic Article , Display.  Is any standard function module available or bapi available which will help in creating Article in mass please suggest. Thanks in advance.  Regards  Abhilash 

Re: SAP COURSE

Hi @MusscaN I recommend to access the student zone of SAP Learning to start learning and check out some of the career opportunities!Regarding  learning material I recommend to access our learning journeys posted on our SAP Learning platform  and check our  Learning Journeys. These are interactive, visual maps illustrating recommended paths to SAP software competency, or expansion of skill levels …

Re: SAP COURSE Read More »

Re: SAP COURSE

Hi @MusscaN I recommend to access the student zone of SAP Learning to start learning and check out some of the career opportunities!Regarding  learning material I recommend to access our learning journeys posted on our SAP Learning platform  and check our  Learning Journeys. These are interactive, visual maps illustrating recommended paths to SAP software competency, or expansion of skill levels …

Re: SAP COURSE Read More »

Scroll to Top