cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to find the code where Columns is Hiding in SAP TM

Former Member
0 Kudos

Hi Experts,

I had a requirement as below with Transportation Management Module.

Requirement: In planning Folder -> Planning -> "WDY_APPLICATION - Transportaion Cockpit" , for one of the FU's(Freight Unit Stages) I need to add one field to the screen.

The below screen is displayed. In the below screen we need to add one more field "DLV_PRIO" after the carrier field

To get the field "DLV_PRIO", Below is the reference. Go to the T-code: /BOBF/TEST_UI

Below is the screen we get and add the Business Object Builder: /SCMTMS/TOR.

Then follow the below steps.

Below screen appears, Give the value from Freight Unit Stage "Frieght Unit" field Value (See the second screen shot) in "TOR_ID" and click Continue.

Then the details of the Frieght Unit gets displayed as shown below.

From here I want the field "DLV_PRIO" this field should be added to the Transportation Cockpit screen after the CARRIER Field. (As showed in Screen -2 )

Finally i have added field in structure "/SCMTMS/S_UI_PLN_FU_SHP", but after adding, this column is NOT visible in Output.

How can i achieve this ? How can i populate the data for new column.

 

Please help me.

Thanks,

Sandeep Narsina

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Sandeep,

Try to find out the NODE, which is used for output and check if the new attribute DLV_PRIO is available.

If not, then enhance the controller and update the attributes from the structure, so  that newly added field updates into the context node.

Now, test the application.

Regards,

Rama