FORM sub_get_field USING p_it_field TYPE table. SELECT a~fieldname a~datatype a~leng a~position b~ddtext FROM dd03l AS a INNER JOIN dd04t AS b ON a~rollname = b~rollname INTO CORRESPONDING FIELDS OF TABLE p_it_field WHERE a~tabname = 'KNVV' AND a~position NOT IN (1,2,3...
SAP Managed Tags: ABAP Development KNA1-KUNNR and KNVV-KUNNR is the customer number and they are same. KNVP is the partner function table..so if you check the enteries for the particular KUNNR in the KNVP table you would be able to find KUNN2 number for different partner functions. ...
customer master data table KNVV is missing 2009 Oct 27 Related Content SAP Fiori for SAP S/4HANA - Extend FIORI App "Manage Customer Master" with Z-field in Enterprise Resource Planning Blogs by SAP 2024 Aug 26 Getting error while extending additional sales area in BP Customer - Acct...
SAP Managed Tags: ABAP Development Hi, Display one of the table in SE11, go to the entry/help check tab, click on the field (usually primary key), and click on the 'key' button next to search help. You can find the relationships there Reply Former Member 2007 Jan 24 1:09 ...
HI I need to update KNVV table by using badi can u suggest me the correct solution Regards Rasheed
INTO CORRESPONDING FIELDS OF TABLE p_it_field WHERE a~tabname = 'KNVV' AND a~position NOT IN (1,2,3,4,5,75,76,77,78,79) AND b~ddlanguage = '1' ORDER BY a~position. ENDFORM. *&---* *& Form sub_get_file *&---* * --> p1 text *...
SAP Managed Tags: SD (Sales and Distribution) Hi, We tried to create a report with a left outer join between KNVV and the AXXX table in which we maintain price conditions. With only these 2 tables the result is correct and we have all data coming from KNVV even they are not in the...
SAP Managed Tags: ABAP Testing and Analysis Hi, Rui - Thanks for the thread. Giri - Using join for two tables and using For all entries to combine another table is fine in your scenario. To help you further, please let us know the conditions that you had used in your scenario to jo...
As of now I found exit EXIT_SAPLVV02_001 , We can update our custom field in this Exit but in that case I am not sure which FM we should use to populate this field , I don't want to use MODIFY DATABASE TABLE . Please suggest proper solution for this . Thanks in Advance ! ...
INTO CORRESPONDING FIELDS OF TABLE p_it_field WHERE a~tabname = 'KNVV' AND a~position NOT IN (1,2,3,4,5,75,76,77,78,79) AND b~ddlanguage = '1' ORDER BY a~position. ENDFORM. *&---* *& Form sub_get_file *&---* * --> p1 text *...