Skip to Content
0
Former Member
Apr 16, 2010 at 02:17 PM

Change to the Accounts screen ...

32 Views

I am attempting to make a change to the Region field and description shown in the 'Main address and communications data' block of the Accounts Details.

When I initiat the AET I can see the field details (using default configuration) and can see that the technical details for the Region field is //STANDARDADDRESS/STRUCT.REGION and for the description it is //STANDARDADDRESS/REGION_TEXT.

My question is how I can see the code behind these fields?. At present the Region displays a dropdown list box but I need to change this so that it sources the contents, based on other CRM fields, from a Z table in R/3.

I can make a remote function call to R/3, called a Z function module which joins a couple of tables and returns the appropriate Region code and description. My problem is that I don't know where to place this code. I know it'll be in a method called GET_*, but what the process for determine the correct area of code for these two fields?.

Anyone?.

Jason