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,097

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,574

Hi,

Check the following function modules,

1. MAP2E_JEST_TO_BAPI2054_OBJECTS

2. MAP2I_BAPI2075_OBJECTS_TO_JEST

3. STATUS_UPDATE_DJEST

Rgds,

Hi,

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

Thanks,

Leon

5 REPLIES 5
Read only

Former Member
0 Likes
1,575

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,574

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,574

to change internal system status

FM: STATUS_CHANGE_INTERN.

to change user status:

FM: STATUS_CHANGE_EXTERN.

Read only

Former Member
0 Likes
1,574

Answered

Read only

0 Likes
1,574

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.