SELECT EBELN FROM EKKO INTO INT_EBELN WHERE LIFNR = L_LIFNR. APPEND INT_EBELN. CLEAR INT_EBELN. ENDSELECT. * LOOP AT INT_EBELN. SELECT SINGLE AEDAT INTO ENDLOOP. SELECT AEDAT INTO INT_EBELN-AEDAT FROM EKPO FOR ALL ENTRIES IN INT_EBELN WHERE EBELN = INT_EBELN-EBELN AND MATNR = L...
0 Kudos 2,126 SAP Managed Tags: ABAP Development what is the full form of LVC in OOPS ALV?Reply 1 ACCEPTED SOLUTION paruchuri_nagesh Active Contributor 2008 May 22 8:56 AM 0 Kudos 1,049 SAP Managed Tags: ABAP Development hi LVC = List View Control Thanks&Regards Nagesh...
SAP Managed Tags: ABAP Development Hi! OCCURS is an obsolete syntax for defining tables. It is still working, so you will still find it in older programs, but should not be used anymore. Please see theABAP Documentationhere about it. typ_tab_rkwa is a table type with each line being ...
Note : I am creating po using BAPI_PO_CREATE1. but condition values passing to POCOND are not getting reflected due to Info records that is the reason why i am going for po change. Reply 1 ACCEPTED SOLUTION Former Member Options 2008 Apr 017:43 PM 0Kudos 376 SAP Managed Tags: ABA...
SAP Managed Tags: ABAP Development Hi, Hardcoding means giving/assigning static value to variable. Eg; WA_EKKO-LIFNR = '0000000121'. This is Called hardcoding During execution it will take the value of WA_EKKO-LIFNR as 0000000121. Reading the Hardcoded Value means to read the value during...
LIFNR SELECT IMPORT EXPORT LPOS 1 SPOS 1 AND PRESS ENTER BELOW THAT STCD1 LPOS2 SPOS 2 AND THEN PRESS ENTER SAVE IT. THEN FIND THE COLLECTIVE SEARCH FOR VENDOR FIELD AND JUST THIS TO IT. Regards, Pavan Reply Former Member 2007 Aug 10 12:25 PM 0 Kudos 1,330 SAP Managed Ta...
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中) Classical Reports: These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop. Classical reports are normal reports. These reports are ...