what is the code for basic list to 2ndry list?
Answer / vijaypamulapati
Hi first retrive the data for basic list(from KNA1) after
that write the fallowing code.
AT LINE-SELECTION.
CASE SY-LSIND.
WHEN ‘1’.
SELECT KUNNR
VBELN
ERDAT
ERNAM
NETWR
FROM VBAK INTO TABLE T_VBAK WHERE KUNNR =
W_KNA1-KUNNR.
SORT T_VBAK BY VBELN.
NEW-PAGE LINE-COUNT SY-SROWS.
LOOP AT T_VBAK INTO W_VBAK.
WRITE:/10 SY-VLINE, W_VBAK-VBELN ,
35 SY-VLINE, W_VBAK-ERDAT,
55 SY-VLINE, W_VBAK-ERNAM,
67 SY-VLINE, W_VBAK-NETWR, 90 SY-VLINE .
HIDE W_VBAK-VBELN.
WRITE:/10 SY-ULINE(81).
Regards,
Vijay
Is This Answer Correct ? | 8 Yes | 0 No |
How do you work with semi colon se[arated files in BDC ?
What are select options and what is the diff from parameters?
what are the differences between scripts & smart forms?
if you want to improve the response time logical database permits you to achive this using?
HI ALL!HOW CAN WE SEND SMS THROUGH SAP ECC5 (NOT THROUGH ECC6)???ANY BODY KNOW THOSE PROCEDURE KY GIVE REPLY.....
please any one can tell me the material no,and sales orde number?in which table conpany masterdata will store?
1 Answers Infinite Computer Solutions,
Can there be more than 1 main window in sap script?
What are the different message types available in the abap/4 ?
Name a few data dictionary objects? : abap data dictionary
1) How to maintain lists in dialog programming? 2)How to send greeting with different languages to different regions in smartforms? 3)Can we transfer 100 screen data to pass 200 screen? 4)In reports 1st list o/p can be consider as i/p of 2nd list how it maintains? 5) In lsmw data length 20 chars only but there is 24 chars field how can u manage? 6)What is the diff b/w OK_CODE n SY_UCOMM?
What are Tickets in Realtime ?
What do you mean by transparent tables in sap abap? : abap data dictionary