× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

EB.API wonder

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 1 month ago #7436 by kda
EB.API wonder was created by kda
Usually, routine that attach in version, I see, it need create EB.API, I Routine_name.
Could you please tell, What is EB.API and why we need to create it for that routine.

Thanks

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

  • concern
  • concern's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • R20 | TAFJ | ORACLE
More
14 years 1 month ago #7441 by concern
Replied by concern on topic Re: EB.API wonder
somr R10 help that could help...

EB.API
This application is used to define user-defined subroutine and record the protection level and source type. This application is a part of TSDK

DESCRIPTION - A description of the user-defined subroutine
JAVA.CLASS - Name of the JAVA class that is to be invoked. The .java program is to be compiled and the resultant .class file name is to be attached in this field
JAVA.METHOD - Name of the JAVA method that is to be invoked
JAVA.PACKAGE - Name of the JAVA package that is to be invoked.
KEY - The ID of the EB.API record. This can be a maximum of 35 alphanumeric characters
PROTECTION.LEVEL - The protection level that is to be followed. The accepted values are FULL, PARTIAL and NONE
SOURCE.TYPE - The relevant source type of this user-defined subroutine. The accepted values are BASIC and JAVA.


In short, this is where you attach Java/Basic routines and specify the type of source.

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 1 month ago #7453 by kda
Replied by kda on topic Re: EB.API wonder
Hi,
Is it possible, If we attach routine in version without creating EB.API of that routine

thanks

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

  • concern
  • concern's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • R20 | TAFJ | ORACLE
More
14 years 1 month ago #7462 by concern
Replied by concern on topic Re: EB.API wonder
Hi kda,

What is really the problem.

Regards
Concern

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 1 month ago #7464 by kda
Replied by kda on topic Re: EB.API wonder
mean that, if my version attach one routine with it and i do not create EB.API of that routine.
is it possible or not?

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

  • concern
  • concern's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • R20 | TAFJ | ORACLE
More
14 years 1 month ago #7468 by concern
Replied by concern on topic Re: EB.API wonder
You have to create an EB.API record for every version routine that you want to attach. My question was why dont you want to create the EB.API record. is there a particular reason or you just not used to it?

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 1 month ago #7479 by kda
Replied by kda on topic Re: EB.API wonder
Thank, only wonder on it

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

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
14 years 1 month ago #7529 by jpb
Replied by jpb on topic Re: EB.API wonder
Just a small add-on:
routines used in AUT.NEW.CONTENT don't need an EB.API, but all routines defined in a field of type IN2HOOK do need it.

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 1 month ago #7565 by kda
Replied by kda on topic Re: EB.API wonder
Hi,

what field IN2HOOK?

Thanks

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

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
14 years 1 month ago #7566 by jpb
Replied by jpb on topic Re: EB.API wonder
It's the fieldtype (SYS.VAL.PROG in SS), e.g.

for VERSION
VALIDATION.RTN IN2HOOK
INPUT.ROUTINE IN2HOOK
AUTH.ROUTINE IN2HOOK
ID.RTN IN2HOOK
CHECK.REC.RTN IN2HOOK
AFTER.UNAU.RTN IN2HOOK
BEFORE.AUTH.RTN IN2HOOK
WEB.VAL.RTN IN2HOOK

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 1 month ago #7614 by kda
Replied by kda on topic Re: EB.API wonder
Thanks for ur explanation

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

Time to create page: 0.052 seconds