ASSET.TYPE

  • Raza110
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 6 months ago #12591 by Raza110
ASSET.TYPE was created by Raza110
Hi,

Is there any Table/File exist where can we get all ASSET.TYPE used in T24 like ADVICEBL etc

Regards

RAZA

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 6 months ago #12593 by jpb
Replied by jpb on topic ASSET.TYPE
There is F.ASSET.TYPE, but from your question I assume you are talking of something different.

Where do you use ADVICEBL ??
The following user(s) said Thank You: Raza110

Please Log in or Create an account to join the conversation.

  • Raza110
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 6 months ago #12596 by Raza110
Replied by Raza110 on topic ASSET.TYPE
thanks,

i think i could not describe you correctly.

it is CRF Type which is included in EB.ACCOUNTING, i want to know its related file/table where i can find all these tyes like

ADVICE
ADVICEBL
ISSUE
ISSUEBL
ACPTCONTRA
ACPT

etc.

Regards

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
11 years 6 months ago #12600 by jpb
Replied by jpb on topic ASSET.TYPE
The CRF Asset Types are listed in the User Guide Reporting.

You can also use this small routine to list what is hardcoded in T24 and cross-check against the doc.
    PROGRAM LIST.CRF.ASSET.TYPE

    $INSERT I_COMMON
    $INSERT I_EQUATE

    CALL RE.TYPES("ALL.CBFN",ASSET.LIST)

    II = DCOUNT(ASSET.LIST,FM)

    FOR I = 1 TO II
        PRINT ASSET.LIST<I>
    NEXT I

    STOP
END
The following user(s) said Thank You: Raza110

Please Log in or Create an account to join the conversation.

Time to create page: 0.096 seconds