Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
S3 Customization/Development
Changing field sizes in apvenmast
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Michael
Past 24 Hours:
1
Prev. 24 Hours:
1
Overall:
5322
People Online:
Visitors:
452
Members:
0
Total:
452
Online Now:
New Topics
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Integration / Customization
S3 Customization/Development
Changing field sizes in apvenmast
Please
login
to post a reply.
3 Replies
0
Subscribed to this topic
17 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
ridjayc
New Member
Posts: 0
4/7/2006 2:43 PM
How big a deal is it to change field sizes in apvenmast for addr1,2,3,4 from 30 to 40 and city from
18 to 19? I have used dbdef to setup some custom views and tables before(SQL server). I also assume I would need to recompile everything.
John Henley
Posts: 3362
4/7/2006 3:39 PM
Split
Jay,
Theoretically, it's not a big deal to make this change:
- Change the element size in dbdef
- blddbdict
- dbreorg
- cobcmp
You would then need modify the maintenance screens (e.g. AP10, etc.) that update these fields, and recompile them.
HOWEVER -- PLEASE PROCEED WITH CAUTION !!!
What you are making is MODIFICATION to the BASE LAWSON DELIVERED PRODUCT. This can have SIGNIFICANT IMPACT on your ability to maintain Lawson. For example, since you have modified the standard Lawson tables, when you install an MSP you will need to use the manual installation process--you can no longer use the Automated process. You also have to be prepared that this change may be undone if any CTP changes the APVENMAST table and requires a dbreorg. You would need to intervene before the dbreorg and reapply your table modification.
Having said all of that (I just want you to be aware of the implications), this is a fairly common issue (longer addresses) and one which Lawson should have made in the base product a long time ago. So I understand your reasons for wanting to make the change.
You could do it less intrusively (i.e. reducing the risk of getting clobbered by an MSP) by creating some subordinate "longer address" tables which are joined to the primary APVENMAST/APVENADDR tables. You could then use some Design Studio forms to allow for entry into the longer address tables. Depending on why you're changing the addresses, you could clone the various programs (AP155, AP160, etc.) on which you want to present the longer addresses.
Good Luck!
Steve Williams
Basic Member
Posts: 7
5/22/2006 8:57 PM
Split
In theory, would it be that "easy" do make the item description field longer in the item master?
I don't know who in their right mind thinks 30 characters is enough...
John Henley
Posts: 3362
5/22/2006 9:11 PM
Split
In theory yes, but not in practice.
The problem is that for other fields you would have to comb thru and change the references in wslib/* that define it.
Interesting thing is that Lawson gave *itself* the mechanism via element definitions to define it ONCE and then use "LIKE ..." syntax which the bismark pre-compiler then replaces with the appropriate PIC clause.
Please
login
to post a reply.