project QadFinancials > class BSafStructure > business logic query GetSafConceptsForStructure

Description

SafConceptsForStructure


Parameters


iiSafStructureIDintegerSAF structure


query condition


  each SafStructureLine where
SafStructureLine.SafStructure_ID = iiSafStructureID

      first SafConcept (inner-join) where
SafConcept.SafConcept_ID = SafStructureLine.SafConcept_ID AND


query sort order


SafStructureLine.SafStructure_ID (ascending)
SafStructureLine.SafStructureLineNumber (ascending)


query resultset tqSafConceptsForStructure


field namedata typedb fielddescription
tiSafConcept_IDintegerSafStructureLine.SafConcept_IDLink to SafConcept
tcSafConceptCodecharacterSafConcept.SafConceptCodeSAF Concept Code
tlSafConceptIsActivelogicalSafConcept.SafConceptIsActiveActive
tiSafStructure_IDintegerSafStructureLine.SafStructure_IDLink to SafStructure
tcSafStructureLineBComponentcharacterSafStructureLine.SafStructureLineBComponentBusiness Component
tiSafStructureLineNumberintegerSafStructureLine.SafStructureLineNumberLine Number


Internal usage


QadFinancials
method BPosting.AddDefaultSaf
method BPosting.ApiGetSafConceptsForPosting
method BPosting.ApiStdMaintainMultiTT
method BPosting.ApiStdMaintainTT
method BPosting.ApiStdMaintainTTSub11
method BPosting.DataLoadByInputSafDefaulting
method BPosting.StdMaintainTTSub11
method BJournalEntry.PostingLineSafs
dataset BDInvoiceJournalEntry.tDISafConceptsForPosting
dataset BPosting.tApiSafConceptsForPosting