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

JEST table update

Former Member
0 Likes
2,383

Hi,

I would like to know how the JEST table is getting updated while creating the contract number as whenever i create contract number , the statuss table is getting upadated with wrong status.

Regards,

Pratap.

5 REPLIES 5
Read only

former_member386202
Active Contributor
0 Likes
1,485

Hi,

Take the Object number (OBJNR) against the contract number and then go to JEST table with that OBJNR u will get the status for that contract. Also u can get the text for that status from table TJ30T.

Regards,

Prashant

Read only

Former Member
0 Likes
1,485

Hi ,

I have created the contact number and wbs element.The issues is status table JEST is getting updated with wrong status.I got the object number from PRPS table.In JEST table iInstead of coming the status 'E0018', it is coming as 'E0001'.I just wanted to know how the table is getting updated.Is there any BAPI or FM.?

Regards,

Pratapvdl

Read only

0 Likes
1,485

The table is updated (usually) through the selection of status by the user, or can be influenced by configuration. It is possible that some program is inserting the wrong value, but no program should, IMHO, be doing a direct write to JEST, due to the complexities that can exist in configuration (sequencing, what can be on at the same time, etc.). In my own work, I've always done this via a call transaction, since I want configuration settings to be considered/processed.

Read only

Former Member
0 Likes
1,485

hi

I don't understand .Could you please explain what coould be the reason.Is there any configuaration mistake ?

Regards,

Pratapvdl

Read only

Former Member
0 Likes
1,485

Hi,

I'm not clear about how do you create the contract and WBS element. If you are using the transaction, then check if you have correct status profile and if you have the correct status checked? If you have done the same, then contact your functional person if there is any config issue.

If you are using function module / programmatically, then check the correct status from table TJ30 passing the status profile.

Sujay