Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap notes

Former Member
0 Likes
828

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.

5 REPLIES 5
Read only

Former Member
0 Likes
778

on which version you are working?

Read only

Former Member
0 Likes
778

Hi,

Please check the version on which you are working and the version of the note for which it is applicable.

Regards,

Read only

Former Member
0 Likes
778

current version of SAP is 620(Basis) and 4.7(Application).

Read only

Former Member
0 Likes
778

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

Read only

0 Likes
778

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?