Customer need to submit a picture file content from iPhone to SAP CRM.
They created a BAPI that has a XString input parameter.Input
parameters:
filename(string), file extention(string), objectid of
the
Complain(string
), and image content XString
When they generate the
MBO code they cannot use Database methods like create
or
update, they see only
findall and load
With BAPIs they only know one way is to call it: link the
load parameter
with synchronization parameter and assign needed synchronization params
in the code, the problem is I cannot create the
synchronization
parameter
as BIGBINARY , only BINARY with limit of 32KB
max
Basically the question can be summarize like this:
Why if I add a create() operation on MBO WhateverMBO, I cannot see it
in
WhateverMBO.h header file