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

ITEM_NO problem when using BAPI PURCONTRACT_CREATE

Former Member
0 Likes
793

Experts,

I put 0001,0002... into parameter ITEM_NO to create a contract,

But the result out is item no:0010,0020.....

If I use ME31K ,I can create the item manually 0001,0002.....sucessfully .

Please give me advise!Thanks!

4 REPLIES 4
Read only

Former Member
0 Likes
679

hi,

You should pass the item numbers like 10, 20, 30... only.

thanks,

Kumar. RK

Read only

0 Likes
679

Thanks,But This is not wy wanted answer,

My require is to show item_no 1,2,not 10,20...

Edited by: MF Z on Oct 13, 2011 2:53 AM

Read only

0 Likes
679

Hi Mf,

As i know with bapi it is not possible with out leading zeros.

Regards,

Madhu.

Read only

0 Likes
679

Thanks!

I have found the field E1BPMEOUTHEADER-ITEM_INTVL,solved!