on 2015 Dec 21 3:01 PM
Hi,
I know adding custom fields to vendor company data screen can be done by extending the include strucutres and WD component. we have some custom fields in LFM1 table in ECC ( which is purchasing data ). we would like to bring that into SRM and save in database. BUT000 is not the table for storing purch org related data .how can we do this?
I have used EEWB to create a new tab and add my custom fields to it. this tab appears in BP transaction from SAP GUI. But the problem is the tab appears for all the partners not just vendors. How do i hide it for other partner roles. I want to display it only for vendors. Please note that tab does not appear in WEB UI, but I will deal that later. I want to display the tab conditionally in SAP GUI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We have to enhance the screen and before that you have to enhance the table with a new field and by using the new field screen enhance will be do.
Thanks,
Satya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am thinking of below solution.
- create a custom table with vendor and purch org as key fields and then add my custom fields as non-key fields
- insert / update the data while replicating the vendors
what I want to know is where do i place my code to do this? I think i have enhance the std FMs for this. i would like know the exact FM names
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vinita,
I have two new fields in vendor master table LFM1 ( purch org data of vendor). I want to bring them into SRM and store it in database. the vendor+purch org table in SRM do not have customer include to add fields. so I am thinking of customer table. I would like where I can write the code to insert/update this custom table when we run BBPGETVD/BBPUPDVD
Hi Sankara
Did you check this post
In R/3 using Screen Exits / user exits you can create custom fields and In SRM you can create custom fields using EEWB (Easy Enhancement Work Bench) transaction
You need to map these fields using BADI BBP_GET_VMDATA_CF
Refer the below posts as well
Regards
Vinita
Did you try the BADI and check method in it The method UPDATE_DATA
it has a parameter IT_LFA1
Hi Sankar,
Could you please check the table BUT FRG0061 and let me know if you add enhance the table as it stores the P.org data related to vendors.
Br,
Raghu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.