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

BAPI_ENTRYSHEET_CREATE

Former Member
0 Likes
307

Hi,

Iam able to create SES but,

the field quantity EKBE-DMBTR is not getting populated.

can any one can solve my problem.

i passesed the parameters

Header:

-


1) po number

2) po item

3) ext_number

4) package number

5) ACCASSCAT - 'U'

Service:

-


1) package number

2) line no - 1

3) service ( activity number )

4) quantity 5.000

5) BAS 'LB'

6) gr_price 52.2700

Please solve this problem as early as possible.

1 REPLY 1
Read only

anversha_s
Active Contributor
0 Likes
265

hi ravi,

decalre like this.

fs_services TYPE bapiesll OCCURS 0 WITH HEADER LINE.

DATA: bapi_esll LIKE bapiesllc OCCURS 0

WITH HEADER LINE.

bapi_esll-quantity = fs_services-quantity.

rgds

anver

if hlped mark points