‎2010 Jan 11 2:40 PM
Hi SAP Experts,
I am having a Problem in BAPI Please give solution for this
I am trying to create a material using BAPI_MATERIAL_SAVEDATA, in my HEADDATA section I am passing material number (MATNR) from function module BAPI_MATERIAL_GETINTNUMBER.
And I have two z-fields like zzpart_num (length 32) and zzvendor (length 😎 I am passing using extension in structure.
Problem is client want to see zzpart_num and zzvendor concatenated separated by - into the field RMMG1-MATNR, if I will give the concatenated value in HEADDATA MATERIAL_EXTERNAL while bapi execution HEADDATA- MATERIAL is over write with first 18 characteru2019s of HEADDATA MATERIAL_EXTERNAL , But I want to not to over write the HEADDATA- MATERIAL . Please help me.
Thanks in Advance,
Vijay
‎2010 Jan 11 2:46 PM
‎2010 Jan 11 2:46 PM
‎2010 Jan 11 2:50 PM
It's not possible to do this, maybe you can concatenate string in the material description.
See if your customer is ok.
Good luck.
‎2010 Jan 11 3:09 PM
Thanks for quick reply julien,
But, they are able to see the same(concatenated value) while creating the material using MM01 transaction, and I am I able to see the same by modifying the MATERIALID-MATNR_EXT ATTRIBUTE after successful execution of BAPI , but is it ok updating standard table in a program?
Thanks in advance
Vijay
‎2010 Jan 22 2:02 PM
Hi friends,
I have a similar requirement i have to change material description of many materials
Also i need to change a few things in CLASSIFICATION VIEW .. does any one have any idea how can i make changes to CLASSIFICATION VIEW ??
I desperately need a solution.
Thanking you all in anticipation