how to design checkbox on the o/p of the list ,not on the
selection screen.
Answers were Sorted based on User's Feedback
Answer / manoj kumar
DATA: g_cb TYPE char1. "check box
WRITE: g_cb AS CHECKBOX.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sravani
data: begin of i_marc occurs 0,
matnr like mara-matnr,
werls like marc-werks,
pstat like marc-werks,
c1,
end of i_marc.
................
................
................
loop at i_marc.
write:/ i_marc-c1 as check box, ........
endloop.
Is This Answer Correct ? | 5 Yes | 1 No |
What is tcode se16? For what is it used.
what are the loop events and what is the difference between them
What is the use of " TABLE MANTENANCE ALLOWED " . And itts transaction code
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
in bdc which method is suitable for back ground processing?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
I have developed a program where i have used Ranges and the program is running fine in DEV and Quality server but as soon as it goes to Prod server it shows some errors.What can be done in this case??
What are standard layouts sets in the sap script?
What is a function group?
difference between bapi and lsmw
Write syntax for message error (report)?
what are the two types of request available in CTS?
1.How to pass the variables to form? 2. How did you test the form you developed? 3.what are the outpout types and tcodes? 4.what mean by performance analysis?