× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

Run auto to input group number in all companies

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
13 years 11 months ago #6079 by kda
Dear all,

Please guide me I want to change group of every company from group 1 to group 2.
I already created group 2, and I want to change field 59 COMPANY.GROUP of every companies from 1(group one) to 2(group 2). If I do one by one company It will take time because, here we have many companies till 80 companies. Please do step by step procedure to help me.

Thank so much

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

  • madhump
  • Visitor
  • Visitor
13 years 11 months ago - 13 years 11 months ago #6108 by madhump
Hi kda,
Better Write a Program to Change the Field Values, it will save your Time



Thanks & Regards
Madhu
Last edit: 13 years 11 months ago by madhump.

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
13 years 11 months ago #6109 by kda
Hi dadhump,

But I heard that script in reflection can do that but I can not do it.
Could you guide me on this by script menu in reflection to record it.

Thanks

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

More
13 years 11 months ago #6116 by Lars
Create a comma Version for Company
then input a record in EAF like this
EBS AUTO FUNCTION INPUT

FILE.NAME......... COMPANY.8 PGM/FILE TYPE H/INT
1. 1 SELECTION......
2 FUNCTION.......... I
3 SAMPLE.SIZE....... 1
4. 1 INPUT.BUFFER... ID
5. 1 KEYSTROKES..... 59
5. 2 KEYSTROKES..... 2
5. 3 KEYSTROKES..... F5
6 FILE.SUFFIX....... NO
7 VERSION........... ,
8. 1 TOTAL.FIELD....
9. 1 TOTAL.TEXT.....
- commit
- varify the record
- You will be ask for your 80 records to be processed....
- and then you are finished

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
13 years 11 months ago #6120 by kda
Hi lars,

Thank you very much for this
But if I want to input it by specific number
Ex: we have 80 companies and i want only 20 branches change to group 2, How should i do?
and If i want to run auto with multi field as field 59 and 11, How should I do?
other, Please explain me what do they mean as bellow:

5. 2 KEYSTROKES..... 2
5. 3 KEYSTROKES..... F5
6 FILE.SUFFIX....... NO


Thanks

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

More
13 years 11 months ago #6124 by Lars
check out the Helptext for the application, each field is explained

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

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
13 years 11 months ago #6127 by kda
HI,
I can not do if I have 80 and want to do on 20 only not all.
could you pls guide me?

Thanks

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

More
13 years 11 months ago #6141 by Lars
In Field 1 SELECTION (MV) you can put in Selection on the file,
like describe in Helptext. do something like
WITH @ID EQ AAAA BBB CCCC DDD EEE
--> ITS MULTIVALUE

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

Time to create page: 0.083 seconds