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

Problem in CU01 Recording

Former Member
0 Likes
466

hi All,

In transaction CU01 (Maintain Dependency) i am facing problem in entering Dependency type Procedure.

For Ex.

i need to enter $SELF.DSPRICE = '60-35-025-060' if HEADTYPE_EC EQ '35' and LENGTH_EC IN ('025', '027', '030', '032', '035', '037', '040', '042', '045', '047', '050', '052', '055', '057', '060') this text.

how to Split and enter. while entering Manually i should press the Add button to add row and then will entering. kindly suggest me how to do in BDC.

Any pointers will be highly appreciated.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
422

Hi,

Do the transaction recording from SHDB for the required transaction.

Please follow the screens similarly as you do in foreground. Let's say by adding one or two fields extra, the code how it is considering the multiple items will got captured.

Now using the same code, you will find the code, which is repleating for multiple items. For ADD button also, there is some SY-UCOMM. So while coding, untill the SY-UCOMM is ADD, keep the code in the loop.

Regards,

Santhosh.

hi All,

In transaction CU01 (Maintain Dependency) i am facing problem in entering Dependency type Procedure.

For Ex.

i need to enter $SELF.DSPRICE = '60-35-025-060' if HEADTYPE_EC EQ '35' and LENGTH_EC IN ('025', '027', '030', '032', '035', '037', '040', '042', '045', '047', '050', '052', '055', '057', '060') this text.

how to Split and enter. while entering Manually i should press the Add button to add row and then will entering. kindly suggest me how to do in BDC.

Any pointers will be highly appreciated.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
423

Hi,

Do the transaction recording from SHDB for the required transaction.

Please follow the screens similarly as you do in foreground. Let's say by adding one or two fields extra, the code how it is considering the multiple items will got captured.

Now using the same code, you will find the code, which is repleating for multiple items. For ADD button also, there is some SY-UCOMM. So while coding, untill the SY-UCOMM is ADD, keep the code in the loop.

Regards,

Santhosh.