Hello SDN,
I am trying to enhance BP transaction, Customer Sales Area (KNVV) with several new fields. Any manual how to do that? I found one but it does not work somehow.
https://blogs.sap.com/2019/11/07/sap-s-4hana-business-partner-field-enhance...
Hello,
I have the following problem: I have an application that makes intensive reads and writes from various different places into one Shared memory object. The application is not changed for more than 1 month but after 2 weeks of exploitation it ...
Hello all,
I have the requirement to make an UI integration. The client had a solution that made UI integration of ERP transaction into CRM. They used CRM Transaction laucher to acheive this.
Not the client gives up on SAP CRM and wants to replac...
Hello SAP comunity,
I have 2 SAP systems - one version 702, one 750.
Both are interpreting the statement bellow differently. 702 is creating the unique key for SORTED and HASHED tables correctly but not 750 (you c...
Hello fellow ABAPers!Do you know a "proper" way to update XBLNR field of BKPF during execution MRRL TCode?At the moment I am looking a point of execution after ZXF48U01/EXIT_SAPLF048_001 but would get any advice on how to approach this BR!
The description of the short-dump is really "The table body does not have a unique ID any more". I have captured a place in my custom code in which I might be accessing the Object simultaneously from 2 places.I have corrected that but I won't be sure...
Thanks cristiano.hansen! I do not doubt an integration of SalesForce with SAP ERO will work via RFC calls. The problem is that the client wants UI integration - the VA01 WebGUI transaction to appear in iFrame in a web page in the SalesForce applicat...
Reference for those that needed the answer - it as a dynamic internal table created from MDG API. The static definition and the dynamic definition via the API differed so I simply had to create it via one of the API methods.