‎2006 Dec 27 9:14 AM
Hi,
This is regarding sap note no. 951764.
when this note is applied to object BAPI_XBP_JOB_SPOOLLIST_READ_20,( function module) of sap program SXMI_TESTPOOL.,it gives an syntax error '034'.
Technically, a field "plain" is not defined in the function module import parameters.
And in Correction instructions of the SAP Note, there is no mention for the same.
the requirement is urgent.
answeres will be rewarded.
‎2006 Dec 27 10:34 AM
‎2006 Dec 27 10:34 AM
Hi,
Please check the version on which you are working and the version of the note for which it is applicable.
Regards,
‎2006 Dec 27 11:43 AM
‎2006 Dec 27 12:08 PM
Hi Rohan ,
1.u are at what SP level ?
2.Have to searched for this Field in that program?.
3.In my program i dont have fields like PLAIN , so its ur mistake, so try to look @ where this field being used by the program.
4.Have u implemented this note Automatic/manual ?
Regards
Prabhu
‎2006 Dec 27 12:21 PM
It seems note is not complete. PLAIN is added as variable for calling this FM but it is not defined as parameter in FM. So, ideally, this FM interface also should be modified with PLAIN as one of parameter but that is missing.
In my system (4.7 & ECC) there is no SXMI_TESTPOOL. Is this program or FM?