‎2010 Sep 20 11:26 AM
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.
‎2010 Sep 20 11:29 AM
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
‎2010 Sep 20 12:31 PM
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
‎2010 Sep 20 12:40 PM
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.
‎2010 Sep 20 1:13 PM
hi
I don't understand .Could you please explain what coould be the reason.Is there any configuaration mistake ?
Regards,
Pratapvdl
‎2010 Sep 20 1:27 PM
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