cancel
Showing results for 
Search instead for 
Did you mean: 

Business Area not getting displayed

Former Member
0 Kudos

Dear Experts,

I have an issue regarding the Business area.

After entering the Business area in certain Transactions like FB60, FB70, F-43, F-53, MIRO, etc. my Business area field is getting blanked as soon as i enter my Business area there.

We have made the Business area field Mandatory in the Field Status variant and in Posting keys also .

Even we have not defined any Substitution.

Kindly suggest me the solution.

Regards,

ASHUTOSH.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182546
Contributor
0 Kudos

Ask your abaper to do dynpro trace using t code st20  to find out in which place this value is getting cleared.

With Regards,

Sudhir S

former_member182546
Contributor
0 Kudos

Dear Ashutosh ,

        Field exit will be defined for the business area field. This field exit is something like a function module.

This field exit will be linked with the data element of the business area field.

Function module will have the convention as field_exit_vkorg(data elemtn name)

Inside this function module the code clearing the field will be written.

Take the help of a senior abaper to find the function module.

you can also use the report RSMODPRF

I hope this will definitely help you.

With Regards ,

Sudhir S