Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SPAU Objects under translation

Former Member
0 Likes
591

Hi all

I have already posted a query regarding spau translation objects.

How to handle these Tranlation objects in SPAU

If there is anyone who have come across this kind of issue please reply.

Hi all

I have already posted a query regarding spau translation objects.

How to handle these Tranlation objects in SPAU

If there is anyone who have come across this kind of issue please reply.

1 REPLY 1
Read only

Former Member
0 Likes
451

See the steps for SPAU Adjustments:

1) Click on ‘Adopt Modification’
Left side – new system code
Right side – old system  code
 
Text in ‘blue’ indicates that corresponding code is not present in another version.
 
We have to refer to old system (right side in split editor) texts in blue which means that particular block is missing in new system. 
 
1)	Press button ‘modify’ button to scroll through modifications
 
2)	To copy code of old system, place your cursor against modification (right side of split screen) and press ‘Copy’ to accept modifications. The text would be stored in buffer.
 
3)	Place cursor in left side of split editor  and clink on ‘insert’. It will paste the old system block in new system.
     To: add ‘insert’ block of old system, press ‘insert’,
           add ‘replace’ block of old system, press ‘replace’ 
           add ‘Delete’ block of old system, press ‘delete’. 
 
Keep the previous Transport Request number in ‘Comments’ for future reference.
When you say ‘copy’, only the code between ‘insert’ block is copied in buffer.
 
Tips:    
- Syntax check after each modification adoption.
- Please compare both the versions at every block of modification.
- After successful modification, activate the object. 
- Sometimes, changes would be adopted automatically. (mostly for objects where traffic light ‘green’ is indicated).

Rgds,

TM.

Please mark points if helpful.