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

Update the JEST table

Former Member
0 Likes
3,100

Hi,

Is there a BAPI that updates the JEST table - status of scheduling agreements?

Thanks,

Leon

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,577

Hi,

Check the following function modules,

1. MAP2E_JEST_TO_BAPI2054_OBJECTS

2. MAP2I_BAPI2075_OBJECTS_TO_JEST

3. STATUS_UPDATE_DJEST

Rgds,

5 REPLIES 5
Read only

Former Member
0 Likes
1,578

Hi,

Check the following function modules,

1. MAP2E_JEST_TO_BAPI2054_OBJECTS

2. MAP2I_BAPI2075_OBJECTS_TO_JEST

3. STATUS_UPDATE_DJEST

Rgds,

Read only

Former Member
0 Likes
1,577

Hi,

Following are the BAPI's to update JEST table-

MAP2I_BAPI2075_OBJECTS_TO_JEST.

MAP2E_JEST_TO_BAPISMJEST.

Hope this helps u.

Regards,

Seema.

Read only

Former Member
0 Likes
1,577

to change internal system status

FM: STATUS_CHANGE_INTERN.

to change user status:

FM: STATUS_CHANGE_EXTERN.

Read only

Former Member
0 Likes
1,577

Answered

Read only

0 Likes
1,577

Hi,

I want to insert new user status in JEST table but I can't find any suitable function. I have tried all function listed above, but it not works. Did anyone know what function module to insert new user status in JEST table?

example:

MANDT OBJNR STAT CHGNR

140 NV000000097200000007 E0004 001

140 NV000000097200000007 E0006 001

140 NV000000097200000007 I0001 001

140 NV000000097200000007 I0028 001

I would like to add stat = 'E0007' in JEST table. Thanks.