How or when We can populate the F4101A table by using the F4101ProcessMasterData
Hi,
When I am trying to add the record by using the 'UpdateItemProcessData' BSFN by setting the 'Transaction Action' = 'A' and cUpdateItemBranch=2, I found that, record is getting created in F4102 table, but somehow I am also getting error says - "<error code='0294'>Error: Item Branch Record Does Not Exist</error>",
then I found that, internally it searches for record in F4101A table with given Identifier number, as it does not exist in the F4101A table, it throws this error.
Please note - I am using the JXML tool to send the request and received the response from JDE server.