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

oss note 1912329

Former Member
0 Likes
647

Hello Guys,

After note implementation to make form 1-T editable set parameter EDITABLE of method UPDATE_TOTALS BAdI BAdI J_3RV_1T_BADI to 'X'.

what does this mean..this is related to OSS note 1912329

1 ACCEPTED SOLUTION
Read only

former_member219162
Contributor
0 Likes
600

Hello Nazeer,

If note is implemented via transaction SNOTE:
- note 1909259 should be installed first;
- manual post-implementation steps are required.

After note implementation to make form 1-T editable set parameter EDITABLE of method UPDATE_TOTALS BAdI BAdI J_3RV_1T_BADI to 'X'.

At last step where it says manual steps;

1) Go to SE18

2) select "BADI Name" and put it as "J_3RV_1T_BADI" and then click on change(if change is permitted), else, display

3) Select "Interface" on left side and click on it.

4) On Right side you would see Methods, UPDATE_PAGE1 & UPDATE_TOTALS

5) Select "UPDATE_TOTALS" method and double click. This would make you move inside the method 'Update_TOTALS"

6) Put cursor over "UPDATE_TOTALS" and then click on button named "Parameters". Here you would see a Parameter named as "Editable". you have to make this Parameter as "X" under the column "default value"

Hope this helps you.

2 REPLIES 2
Read only

former_member219162
Contributor
0 Likes
601

Hello Nazeer,

If note is implemented via transaction SNOTE:
- note 1909259 should be installed first;
- manual post-implementation steps are required.

After note implementation to make form 1-T editable set parameter EDITABLE of method UPDATE_TOTALS BAdI BAdI J_3RV_1T_BADI to 'X'.

At last step where it says manual steps;

1) Go to SE18

2) select "BADI Name" and put it as "J_3RV_1T_BADI" and then click on change(if change is permitted), else, display

3) Select "Interface" on left side and click on it.

4) On Right side you would see Methods, UPDATE_PAGE1 & UPDATE_TOTALS

5) Select "UPDATE_TOTALS" method and double click. This would make you move inside the method 'Update_TOTALS"

6) Put cursor over "UPDATE_TOTALS" and then click on button named "Parameters". Here you would see a Parameter named as "Editable". you have to make this Parameter as "X" under the column "default value"

Hope this helps you.

Read only

0 Likes
600

Thank you Anirban..

but editable field in parametes is not available so I posted this thread if there is another setting to be done..

I am closing this thread