We are having a difficult time getting the field (Start Day - SDAY in CRS075)located and added into PPS190. Field Group PP190 has field IITEPY from CIDVEN, no field from CRS075. Can anyone please share ideas and let me know if this is possible?
Looks like the primary Payment Term values live in the CSYTAB table with constant TEPY, but I don't know where the related settings live. If you do advanced info on the SDAY field, it says table DSTEPY. But DSTEPY doesn't exist in MNS120 or Data Management, and it won't let you add it in CMS005. I also searched MNS120 for browse program of CRS075, and nothing is listed there. Not sure how to link there to pull the data in.
Hi Elise,
I appreciate you responding.
The information in CRS075 was saved as Data Structure in one field PARM (200 Characters) in CSYTAB.
I think one option is to write H5 script through M3 API CRS075MI.Get
IN ⇐ TEPY and LNCD
OUT ⇒ SDAY
another option is to create PPS190 extension program.
Ah, yeah. Makes sense. Either way, doesn't sound fun! :D