Sage: find standard shop operation (FindStdShopOperation)
Sage: find standard shop operation (FindStdShopOperation)
Read the data for multiple standard shop operations. In the input parameter group, multiple parameters can be filled with the corresponding search criteria. If the parameters contain the character %, a search is made with like, otherwise with =. The individual search criteria are connected with AND. The search can deliver many data records. The size of the parameter group can be adjusted if necessary. If the search criteria do not give any results, the service delivers all available standard shop operations.
The following parameters in the output parameter group are filled:
abw_minus, abw_plus, aendnr, agart, agben, agben_fremd, agbs, aggruppe, agid, agmenge, anz_bedien, anz_huebe, arbplatz, belwertte, belwerttr, bezte, chverfolg, dataen, datneu, fam, frzeit, genau, identnr_fremdb, kavitaet, kn_milestone, kn_unterbr, konto, kostst, kurzben, kurzben_fremd, kz_durch, kz_kannag, kz_spl, kz_ueb, la, lgrp, lhs, lizeit_nach, lizeit_vor, maminlastzt, mate, matr, mauez, max_spl, me_bearb, mehrm, menge_bearb, mind_gut, minlastzt, muezeit, ncprognr, pers_grp, splmenge, stagnr, te, teko, tpzeit, tr, trko, txt_nr, uebmenge, uebproz, uezeit, useraen, userneu, var_fremdb.
Syntax: | Status = f$SageService ( Service , 'FindStdShopOperation' , 'PGINPUT' , 'PGOUTPUT' ) | ||
| Argument | Type | Meaning |
| Service | String | URL of the web service |
| 'FindStdShopOperation' | String | Command constant |
| 'PGINPUT' | String | Name of the ePOS parameter group with the search criteria. |
| 'PGOUTPUT' | String | Name of the ePOS parameter group with the result data. |
Result: | Integer | Status of the function: 1 : the service function was successfully called -1 : the component eposvbcomexe could not be found -2 : function URL not entered -4 : general error | |
Example: | B7Service = 'http://b7demo.sagebaeurer.de/br71/callin/epos_soap' Status = f$SageService ( B7Service , 'FindStdShopOperation', 'stdarbgang_such' , 'stdarbgang_erg' ) | ||