2009 May 15 6:27 AM
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.
2009 May 15 7:33 AM
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.
2009 May 15 7:33 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |