on ‎2018 Apr 18 7:28 AM
Hi guys I was trying to get over due date from BSID table. Found MSCHL which gives the level of over due. can we use it to check if the entry is overdue. if not then how do we find if the entry is overdue?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Field MSCHL would only be maintained by F150 transaction, so not every overdue record will appear. Most SAP reports dynamically calculate the due date with a FM such as DETERMINE_DUE_DATE. You could analyze FBL5N transaction or form got_bsega in sapbsega.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well basically I have only BSID data so I tried to move it into FAEDE structure and then call the FM DETERMINE_DUE_DATE. But it gave me an error for type of account.
Then can we take the pricing condition data from table T052, to get "number of days from baseline date" and add it to baseline date in BSID to get due date. Compare this due date with sy-datum to check if it is due or not?
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.