Questions tagged [abas]

abas ERP is an enterprise resource planning & e-business application for manufacturers in the Assemble-to-Order, Make-to-Order and Engineer-to-Order environment. Manufacturer is ABAS Software AG, since 1980 based in Karlsruhe, Germany and interests in national and international companies that distribute the software.

abas Logo

abas ERP is an enterprise resource planning & e-business application for manufacturers in the Assemble-to-Order, Make-to-Order and Engineer-to-Order environment. Manufacturer is ABAS Software AG, since 1980 based in Karlsruhe, Germany and interests in national and international companies that distribute the software.

18 questions
4
votes
1 answer

Git - support for exotic charset

I'm working in the environment of abas-ERP, which uses - for historical reasons - an esoteric charset named abas-s3. We use Git with local repositories on the ERP-server for versioning our programs. Naturally Git doesn't support abas-s3. On the…
Nils-o-mat
  • 1,132
  • 17
  • 31
3
votes
2 answers

abas-ERP (FO- Language) /AJO: Getting mandatory fields of screen

Is there any FO function or AJO function, to get mandatory fields that are declared in screen editor?
P4JS
  • 63
  • 4
2
votes
1 answer

abas ERP FOP "menue command" with multiple rows

I want to create a dynamic menu with multiple rows unfortunately I have no success in formatting my rows one below the other. Abas onlinehelp shows the option - to align the rows to the left and + to align the row to the right, but these options…
Alexander Baltasar
  • 1,044
  • 1
  • 12
  • 25
2
votes
2 answers

abas-ERP: AJO: Getting field meaning

I have a TypedField field and want to get the meaning of a field in the database. But what I actually get is the fieldname like "addr" with field.getName(). Is there a class or anything I have to import to get this information?
P4JS
  • 63
  • 4
2
votes
1 answer

abas-erp DATEV export interface description

Hello abas community :) I was wondering if there is an description in PDF format, explaining the datev export interface which is incorporated in the abas-erp standard. I have seen the configuration tutorial in the abas online help, but seriously,…
Slaushy
  • 29
  • 1
2
votes
2 answers

abas-ERP: How to create a dataset without using the .make-command

I need to create a dataset in a file that is not covered by the .make-command. How can I achieve this? I tried it using the file-identifier you use in the .select-command and the correct group-identifier (e.g. group3). When run, it prompted "wrong…
Breeze
  • 2,010
  • 2
  • 32
  • 43
1
vote
2 answers

abas-ERP (FO- Language): Getting Weekday of abas date

Is there any FO function for getting the weekday of an abas date as short. e.g.: Today: 07.04.2016 -> Thursday (th) ?
P4JS
  • 63
  • 4
1
vote
1 answer

abas-ERP: Command in user menu for specific screen priority

I need a command which calls a screen in a specific priority. In detail: I'd like to offer a menu entry to our users were they can simple change the work day calendar in employee data sets and nothing else. I know the correct way would be creating a…
mupfin
  • 49
  • 7
1
vote
0 answers

abas-ERP: place cursor at second appearance of field

It sometimes happens that a field - say xfield - appears twice in a mask (in different tabs). Is there a way to place the cursor programmatically in the second appearance of the field? The command .cursor xfield always jumps to the first…
Breeze
  • 2,010
  • 2
  • 32
  • 43
1
vote
2 answers

abas ERP: Limit for table rows in additional database

Is there a limit for table rows in additional databases in abas erp? If there is a limit: On which factor the limit is based, how can I calculate the limit and what happens if I try to add more lines by GUI, FO or EDP/EPI? Can I find it documented…
mupfin
  • 49
  • 7
1
vote
2 answers

abas-ERP: Excecute a FO-Service-Program from a cronjob

I need to run a service program, written in FO for abas-ERP continuous. I heard about some already existing scripts for calling service programs from the shell. If that is possible I could simply use a cronjob for starting this script. But I don't…
mupfin
  • 49
  • 7
1
vote
1 answer

abas-ERP (FO-Language): Exact time difference between 2 abas dates

Is there any FO-native possibility for getting the exact difference between two abas date objects? I have a AJO-based solution comparing two Calendar-Objects, but it's too slow for my use-case (it's called to many times) and I hope there is a native…
mupfin
  • 49
  • 7
1
vote
1 answer

abas-ERP: condition throwing unexpected error

I have a FO-program that throws an error when it approaches this line: .continue ERR1 ? F|defined(M|yhnum) & M|yhnum > 10 The error is M|yhnum: not found Why does this happen? I thought it wouldn't happen if I checked if the variable is…
Breeze
  • 2,010
  • 2
  • 32
  • 43
0
votes
0 answers

Using GIT and post-receive hooks to also deploy into a folder that has a non-bare git repository

this is my first time posting here, so please go easy on me if I am not giving enough information. Background: I am tasked to implement git and version control for the company I am currently working at, while this sounds really easy, it is not that…
0
votes
1 answer

ABAS edpimport how to update Employee Bank Details

What is the right way to update employee bank details ( database 96:02 ) using the edpimport.sh. The difficulty that I am facing is that I want to use the employee ID as the key attribute to reference the required change in ABAS , not the bank…
1
2