2009 Nov 26 6:15 AM
Hi All,
My requiresment is , I have replace the cost center with new cost center (from Ztable) coming from posting through FB60 in OBBH.
Can we use OBBH substitution for this requirement. Please clarify.
I tried to use user exit "U100" in ZPool with required code. Its not replacing the cost center.
Please advice.
Regards,
SekharD
2009 Nov 26 6:28 AM
Hi,
you can substitute the profit center using the OBBH substitution.
In your exit U100 try to pass the data into BSEG structure based on you logic.
and also check
1. In prerequisite put the sy-tcode = 'FB60'.
2. The profit center field is usable for the use in the substitution in GB01 table.
2. T80D table contains the correct substitution program name.
3. if field profit center is not maintained in the GB01 for the substitution with class 009 type S, table BSEG, COBL and filed name then try to maintain it in VWTYGB01 using sm30 and check again.
2009 Nov 26 6:28 AM
Hi,
you can substitute the profit center using the OBBH substitution.
In your exit U100 try to pass the data into BSEG structure based on you logic.
and also check
1. In prerequisite put the sy-tcode = 'FB60'.
2. The profit center field is usable for the use in the substitution in GB01 table.
2. T80D table contains the correct substitution program name.
3. if field profit center is not maintained in the GB01 for the substitution with class 009 type S, table BSEG, COBL and filed name then try to maintain it in VWTYGB01 using sm30 and check again.