Search found 148 matches

by moderator
Mon Apr 23, 2018 1:51 pm
Forum: EasyInput FAQ
Topic: RFC Error Codes
Replies: 0
Views: 4393

RFC Error Codes

Below you will find RFC error codes with their numerical value. The list can be sometimes usefull when searching for connection/ function call error reason. # return codes RFC_OK = 0 RFC_COMMUNICATION_FAILURE = 1 RFC_LOGON_FAILURE = 2 RFC_ABAP_RUNTIME_FAILURE = 3 (can happen when calling inexisting ...
by moderator
Thu Apr 19, 2018 4:31 pm
Forum: EasyInput FAQ
Topic: EasyInput vs LSMW
Replies: 0
Views: 4206

EasyInput vs LSMW

Feature LSMW EasyInput Technologies used Batch input, BAPI, ABAP :mrgreen: Batch input, BAPI, SAP GUI script, OData, MS Excel functions, possible integration with MS Excel macros :mrgreen: User training time Long (several days) Short (several hours) :mrgreen: Time for preparing a new interface Medi...
by moderator
Thu Apr 19, 2018 4:30 pm
Forum: EasyInput FAQ
Topic: FM Function scripts with more than 1 sublevel
Replies: 0
Views: 4998

FM Function scripts with more than 1 sublevel

Many BAPIs require more than one sublevel of data passed as import parameters. For accounting BAPIs such a need arises when passing CO-PA assignment for line item. Example of lines sequence on data worksheet: Level 0 header Level 1 line item (variuos types GL Item/ Customer/ Vendor/ Tax, etc) Level ...
by moderator
Thu Apr 19, 2018 4:30 pm
Forum: EasyInput FAQ
Topic: HowTo Guide - EasyInput & Visual Basic for Applications VBA
Replies: 0
Views: 4376

HowTo Guide - EasyInput & Visual Basic for Applications VBA

EasyInput can be easily integrated with Visual Basic/ Visual Basic for Applications programs/ macros: Version 2.5X and higher. The integration is described in user's manual in section Tips & Trics Version lower than 2.5X. The document attached below describes the possible integration techniques....
by moderator
Thu Apr 19, 2018 4:28 pm
Forum: EasyInput FAQ
Topic: EasyInput SSO (SNC - Secure Network Communications)
Replies: 0
Views: 4280

EasyInput SSO (SNC - Secure Network Communications)

EasyInput can automatically log into an SAP system using Secure Network Communications (SNC) For this functionality to work one needs: 1. configuration on the SAP server side (transactions STRUSTSSO2, STRUST) 2. cryptographic library on the client workstation (e.g. SAPCRYPTO.DLL) 3. filling in the E...
by moderator
Thu Apr 19, 2018 4:27 pm
Forum: EasyInput FAQ
Topic: HowTo Guide - EasyInput Script for Material Master (MM01)
Replies: 0
Views: 11573

HowTo Guide - EasyInput Script for Material Master (MM01)

EasyInput HowTo Guide:
EI How To Create Material - MM01.pdf

Important: Instead of MM01 transaction recording one could use the BAPIs given for that purpose: BAPI BAPI_MATERIAL_SAVEREPLICA (and BAPI_MATERIAL_GETINTNUMBER) - see one of the examples delivered with EasyInput.
by moderator
Thu Apr 19, 2018 4:25 pm
Forum: EasyInput FAQ
Topic: TR Recording F-02 transaction (FBS1, FB01)
Replies: 0
Views: 4473

TR Recording F-02 transaction (FBS1, FB01)

Recording F-02 transaction (or similar FBS1, FB01 transactions) Recording should be performed with the Standard mode (Batch Input). The transaction starts processing line items on the first screen and the next screen depends on the posting key entered here. The user cannot leave the posting key/ ac...
by moderator
Thu Apr 19, 2018 4:25 pm
Forum: EasyInput FAQ
Topic: TR Script – Transaction Recording Advices - modes S/E
Replies: 0
Views: 4293

TR Script – Transaction Recording Advices - modes S/E

TR Script – Transaction Recording Advices (SHDB) - modes Standard/Extended In EasyInput there are two different script modes that can be used to record a transaction in Transaction script: • Standard (Batch Input) – This is the most commonly used mode. This mode operates in BDC mode within SAP so s...
by moderator
Thu Apr 19, 2018 4:24 pm
Forum: EasyInput FAQ
Topic: TR Mixing Extended and Standard Transaction Scripts
Replies: 0
Views: 4292

TR Mixing Extended and Standard Transaction Scripts

One can mix standard (Batch Input) with extended (no Batch Input, eCATT) transaction scripts. The default script mode is set on the configuration worksheet EI_Config (in the TR settings part). However for each TR script on the EI_ScriptName worksheet the user can set the mode explicitly, differently...
by moderator
Thu Apr 19, 2018 4:24 pm
Forum: EasyInput FAQ
Topic: Line activity formulas - conditional script line/ parameter/
Replies: 0
Views: 4249

Line activity formulas - conditional script line/ parameter/

Line activity formulas is the name of an additional functionality contained in EasyInput, that is configured in columns P-Z and sometimes used in column J (field value) of the EI_Script_XX worksheet. Line activity formulas are used to: Make a certain script line conditional (T) Calculate a value of...