Hi All,
I want to update the legal control data coming from IDOC in the S4/HANA system.
In ECC system the legal control data has stored in the MAEX table whereas now in S4/HANA system the data coming from the IDOC should be updated in the /SAPSLL...
Hello,
We have BDC on PFCG which worked in ECC but the same BDC is not working in the S4/HANA system.
In S4 system when we process the BDC in All screen mode(foreground) by pressing enter each time we get the success message then it is saving the...
Hi Praveen,We can create the legal control data for the existing material using the CREATE_CLASSIFICATION method of /SAPSLL/CL_API_PRCLS_LEGAL_CON class.Sample code for your reference
DATA(lo_legcon_new) = NEW /sapsll/cl_api_prcls_legal_con( ).DAT...