Hi DominikTylczyn,I have a use case where I need to provide an additional segment with an not yet used qualifier - but only once per line item.You can manipulate IDoc content and segments with EXIT_SAPLVEDF_002 (user-exit LVEDF001). The exit is calle...
The project file:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<Company>Your Company</Company>
<Copyright>Copyright (c) 2023 Your Company</Copyright>
<Description>SAP C4C to Some Other ...
For outbound calls, here's a sample implementation that requires .NET Framework 4.6 or later (I provide no guarantees whatsoever).Note that you do not need Visual Studio to build and run the solution, you can instead just install a current version of...