SAP Managed Tags: ABAP Development HI, LFA1 is a table related to one supplier for all the companies defined in the R/3 system. LFB1 is a table where the supplier information is only related to one company. If you have several companies, and you want to use the same supplier in all...
SAP Managed Tags: ABAP Development Hi, in u r case u r uploading data into internal table but u r not using that internal table field to upload data ie perform bdc_field using 'LFA1-TELF2' '9322855166'. instead of above use:- perform bdc_field using 'LFA1-TELF2' itab-telf2. an...
When you create vendor code by transaction code FK01 or MK01, in both the cases, you maintain address data, so there will be always an entry available in LFA1 table. You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign ...
SAP Managed Tags: ABAP Development You will end up with a performance issue if you want to join all of them into one single join statement with the select options you have on the screen. Try to look at the indexes on each table and see which ones you can probably get from your selec...
1,314 SAP Managed Tags: ABAP Development Hi all please check the field "stras" in table lfa1, its a address field with street and house number.. I want to display it separately as street and house number.. Pls guide to process this request... Thank u... Regards AbhinandanReply...
SAP Managed Tags: ABAP Development Hi All I need to update LFA1-SPERR for the employee vendors. I treid to check from the BAPIs like BAPI_VENDOR_EDIT but doesn't fulfill our requirement. i guess updating the standard table directly won't be a good idea, so can anyone suggest any...
SAP Managed Tags: ABAP Development, ABAP Extensibility Hi team, I have a requirement were i need to mofify the entries in LFB1,LFM1,LFA1. I have been told not to use MODIFY/UPDATE/INSERT statements directly on any standard tables. Can someone help me by pointing any BAPI/BDC/IDOC to...