Hello people
Any pointers on BDC running transactions such as "IQ01" to create IS-U Devices?
We have created such functionality, yet it is a real Performance-drain when running in Mass-scenario (our typical "Mass scenario" is generating 2000-3000...
Hello all,
I'm trying to get my head around the Idea to implement some addition in our Utilities module.
We are looking into possibillities to register limitation of consumption volume in SAP ECC IS-U module administratively, with regards to cust...
Hello Community
We've got a Complex Custom program, that posts GoodsMovements to Issued and Received Materials ... It's working fine with MM-Related BAPI's, except when we have to Register the Creation of Utilities-Devices (incl. GoodsMovement,...
I've seen (recent) examples (and possibly have done this as well) whereby i want to include a Wiki-Page as a Link ...
Scenario :
I want to Include a Hyperlink to Wiki-Page "https://wiki.scn.sap.com/wiki/display/profile/2007/09/18/Update+Address+...
Hej I just noticed a Blank Header / No Login when using Google Chrome for https://answers.sap.com/index.html? FireFox seems fines.
Latest official Chrome version used ...
Other site components such as https://blogs.sap.com/ do offer Login / Profi...
I believe you have unwillingly added this "ERP" / "MM"-related question in the SAP "Welcome Corner".Please try to re-adjust this, as this doesn't seem a "Welcome Corner" discussion ...
I believe you have unwillingly added this "ERP" / "PS"-related question in the SAP "Welcome Corner".Please try to re-adjust this, as this doesn't seem a "Welcome Corner" discussion ...
Are you able to get the specific "window" for "ABAP Element info" in your IDE?Via menu in ADT : Window => Show View => Other... => ABAP Element InfoDoes that menu appear, and does that separate window work or is it also blank ...?If your problem pers...
I believe you should check which CDS-views / Services are at your disposal in your SAP-System (S/4?) ...We can't interprete what the structure of CDS-view "ZI_MAINTENANCENOTIFICATION_EXT" is.From my point of view, I would suggest looking into the fol...
Could you consider using code along the lines of : ls_extension-valuepart1+0(40) = ls_ext_mara-material. "Material should have leading zeros
ls_extension-valuepart1+40(7) = ls_ext_mara-zzmarke. "Length of ZZMARKE = 7????
APPEND ls_extension TO...