2015 Jul 07 3:07 PM
Is there a BAPI for creating ,modifying price group or do we need to use BDC for the same .
SPRO--> IMG --> Define price group for customers --> New entries--->Define Price group and enter description.
If it is BDC , how do we use it in method of a class.
.
2015 Jul 07 3:23 PM
Hi Rachel,
Unfortunately there won't be a BAPI for this as these are customizing entries and normally we maintain it manually.
How many records you are trying to update? If it is too less, may be less than 500, I think you can copy and paste from spreadsheet. It is always better to
Or if you want to do it programmatically if you have too many entries, you have options.
1. You can do a BDC on transaction SM30 using view name V_T188. Not sure why would want do a BDC on SPRO which anyway call SM30 internally.
2. If it is one time job and you can even directly update table T188 and T188T carefully and then create a transport manually and add the entries manually in the transport. ( You can use * in the Transport . Check for Object type R3TR/TABU )
R
2015 Jul 07 3:23 PM
Hi Rachel,
Unfortunately there won't be a BAPI for this as these are customizing entries and normally we maintain it manually.
How many records you are trying to update? If it is too less, may be less than 500, I think you can copy and paste from spreadsheet. It is always better to
Or if you want to do it programmatically if you have too many entries, you have options.
1. You can do a BDC on transaction SM30 using view name V_T188. Not sure why would want do a BDC on SPRO which anyway call SM30 internally.
2. If it is one time job and you can even directly update table T188 and T188T carefully and then create a transport manually and add the entries manually in the transport. ( You can use * in the Transport . Check for Object type R3TR/TABU )
R
2015 Jul 12 5:37 PM
Thanks Rudra for the valuable inputs .
As per my requirement I did a BDC recording for the pricegroup in FM .
I created a class and called this FM inside the method.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |