Application Development 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: 

FM's also updating the field in notification which should not be changed ??

Former Member
0 Kudos

Hi,

I am using the function modules,

IQS4_GET_NOTIFICATION and IQS4_MODIFY_NOTIFICATION

to modify the Cause Code Group and Cause Code field present within ITEM CAUSES tab for certain items in quality notification.

These function modules are updating these value appropriately, but in addition is also initializing the field 'Business Area', VIQMEL-GSBER, present in the 'Processing' tab of a notification.

How to avoid this ?

Edited by: Akshay Raj on Oct 29, 2008 12:28 PM

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

Hi Akshay,

In the Import parameter

I_RIQS5_NEW LIKE RIQS5

Pass the Business area which you want to have. This will ensure that BA value is updated but not initialized.

Best regards,

Prashant

6 REPLIES 6

former_member223537
Active Contributor
0 Kudos

Hi Akshay,

In the Import parameter

I_RIQS5_NEW LIKE RIQS5

Pass the Business area which you want to have. This will ensure that BA value is updated but not initialized.

Best regards,

Prashant

0 Kudos

Hi Prashant,

Thanks for your reply,

But i had already checked that RIQS5, does not have the field Business Area......

former_member223537
Active Contributor
0 Kudos

It does have the field BA.

RIQS5-GSBER

0 Kudos

Prashant,

I really can't find this field.

We are using 4.7 version here.

I am looking for that field in RIQS5 structure.

I tried to 'FIND' it also, using Ctrl + F, but no result.

Can you tell me the position of the field in the structure .

former_member223537
Active Contributor
0 Kudos

Hi Akshay,

I am on ECC 6.0 were the BA is available & i have checked 4.7 system but it doesnt have BA field.

You may search for an SAP note for the same.

Best regards,

Prashant

0 Kudos

Prashant,

Can you tell me about any Function Module or Bapi, which can be used to update this field in the notification ?

Regards .