This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
I'm trying to write a report that prints the details of existing unsubmitted reports, and it will print all of the lines with defined expense types but refused to include the lines with Undefined expense type. Anyone else run into this and have a solution? Back when this report was a query (from query studio), I had put in a filter where [Expense Type] is not missing, so that I would not include the Undefined (as they did not have a set GL account). Now that I have removed that filter, I still do not get them. I know I'm missing something simple, and will feel like a stooge when I find out what it is, but I'm running out of time on this one. Any assistance is appreciated.
Solved! Go to Solution.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
@Rhoogerh try this. Make a copy of the report. Then on the copied version, remove anything that deals with Ledger or Account Code and see if that works. Undefined transactions do not have a ledger or account code associated to them, so adding those items to a report would filter them out.
Think of each data item as a condition that must be met. In this case, the condition of having an account code is not met by an undefined expense, so therefore it won't appear in the report.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
@Rhoogerh what other data items are on your report? Those might be what are causing Undefined to be "filtered" out. If you could take a screenshot of the columns you have on your report, I might be able to give you an answer just based on seeing what your data items are.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Custom Codes are for Division, Legal Entity, Company, and Cost Center. Not all of those fields are included on the report. Those that are on the report are:
Filters set are:
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
@Rhoogerh try this. Make a copy of the report. Then on the copied version, remove anything that deals with Ledger or Account Code and see if that works. Undefined transactions do not have a ledger or account code associated to them, so adding those items to a report would filter them out.
Think of each data item as a condition that must be met. In this case, the condition of having an account code is not met by an undefined expense, so therefore it won't appear in the report.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Thanks . . . that did the trick. I wondered, as I could enter a GL account for Undefined at the Global level, but not at the individual levels. I had supposed that the Global value would be passed down, but apparently not. Appreciate the assist!