cancel
Showing results for 
Search instead for 
Did you mean: 

Passing WBS element

Former Member
0 Kudos

hi friends,

I am working on SAP SRM 5.0 and trying to pass WBS element from catalog to EBP using new_item-custfield3 from custom BSP application.

For this i am using badi BBP_CATALOG_TRANSFER-ENRICH_ITEM_DATA. After transferring the catalog items and clicking on the magnifying glass icon against the item, i am unable to see the the cost assignment data and getting the error "No G/L account was entered. Enter a G/L account" though i am passing the G/L account from the badi.

Please suggest me the solution for the above problem...

regards,

B.Siddhesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Are you correctly filling in the values ET_SC_ACCOUNTING internal table in the implementation?

If you are filling in the values correclty, there is a possibility that implementation IF_EX_BBP_DETERMINE_ACCT~DETERMINE_ACCOUNT is overwriting the values filled in earlier.

Regards,

Ramesh-

Former Member
0 Kudos

hi ramesh,

Thanks for your prompt reply.

Could you please tell what are the mandatory values to be filled in ET_SC_ACCOUNTING ?

As of now i am passing

P_GUID,

ACC_NO,

ACC_CAT,

G_L_ACCT,

BUS_AREA,

CO_AREA,

PROFIT_CTR,

FUNC_AREA, and

WBS_ELEM_E to ET_SC_ACCOUNTING.

regards,

B.Siddhesh

Former Member
0 Kudos

I am not sure of the fields as I have not done it before.

You can verify the from BBP_PD transaction for a SC which has all the fields correctly filled and relate it to the internal table structure.

Regards,

Ramesh-