×
Discuss about Upgrade, What are the pre-requesties, Scoping, Actual Upgrade, Upgrade Testing, Technical Testing, Functional Testing, Local code conversion, Core upgrade, Local upgrade, etc…
Local template replacement
- bagalkot
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 1
13 years 6 months ago #11316
by bagalkot
Local template replacement was created by bagalkot
Hi all,
I have one local template for that i have added some extra fields as per current requirement (not in place of reserved).
But the existing development will affect due to new fields
That is existing contract may be affected due to changes in SS of the template, but i need to retrive them in correct manner along with new functionality .
So i need to know is their any routine (logic) to over come this,
i mean i need to support existing functionality with new modified template
help me out pls
Thanks and regards
Bagalkot
I have one local template for that i have added some extra fields as per current requirement (not in place of reserved).
But the existing development will affect due to new fields
That is existing contract may be affected due to changes in SS of the template, but i need to retrive them in correct manner along with new functionality .
So i need to know is their any routine (logic) to over come this,
i mean i need to support existing functionality with new modified template
help me out pls
Thanks and regards
Bagalkot
Please Log in or Create an account to join the conversation.
- durai611
- Offline
- Elite Member
-
Less
More
- Posts: 300
- Thank you received: 51
13 years 6 months ago #11317
by durai611
Replied by durai611 on topic Re: Local template replacement
Hi,
I think you might have added new fields in between already existing fields in your local template. If so then you have to create a record in CONVERSION.DETAILS specifying the old and new position of company code (CO.CODE), from which position to start adding the new field and how many new fields are going to be added.
Once done by specifying all, you have to verify the record so that conversion is applied to old records in that template.
You can find some existing records in CONVERSION.DETAILS, which helps you to create a new record for your requirement.
I think you might have added new fields in between already existing fields in your local template. If so then you have to create a record in CONVERSION.DETAILS specifying the old and new position of company code (CO.CODE), from which position to start adding the new field and how many new fields are going to be added.
Once done by specifying all, you have to verify the record so that conversion is applied to old records in that template.
You can find some existing records in CONVERSION.DETAILS, which helps you to create a new record for your requirement.
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 1
13 years 6 months ago #11325
by bagalkot
Replied by bagalkot on topic Re: Local template replacement
thanks durai,
i tried with CONVERSION.DETAILS, but i am not able to inputt local table name in that application.
When i tried to input geeting error message "FUNCTION NOT ALLOWED FOR THIS APPLICATION" , i think its only for core tablbes.
Pls let me know other solution pls
i tried with CONVERSION.DETAILS, but i am not able to inputt local table name in that application.
When i tried to input geeting error message "FUNCTION NOT ALLOWED FOR THIS APPLICATION" , i think its only for core tablbes.
Pls let me know other solution pls
Please Log in or Create an account to join the conversation.
- durai611
- Offline
- Elite Member
-
Less
More
- Posts: 300
- Thank you received: 51
13 years 6 months ago #11326
by durai611
Replied by durai611 on topic Re: Local template replacement
Then you have to write a mainline routine or a service to select all the records in that particular template and rewrite (Convert) the records based on the new fields.
Read the record insert new FM (mostly this is the delimiter) based on the number of new fields and write the record.
Logic is same.
Read the record insert new FM (mostly this is the delimiter) based on the number of new fields and write the record.
Logic is same.
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 1
13 years 6 months ago #11327
by bagalkot
Replied by bagalkot on topic Re: Local template replacement
thanks a lot Durai,
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2860
- Thank you received: 650
13 years 6 months ago #11377
by jpb
Replied by jpb on topic Re: Local template replacement
You can insert records in CONVERSION.DETAILS using JED and then use V to execute them.
Please Log in or Create an account to join the conversation.
- bagalkot
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 1
13 years 6 months ago #11386
by bagalkot
Replied by bagalkot on topic Re: Local template replacement
thanks jpb,
will try this and get back to you
will try this and get back to you
Please Log in or Create an account to join the conversation.
Time to create page: 0.033 seconds