program name for displaying colors , and program name for
displaying symbols in list ?
Answer Posted / prashant tiwari
for colors:
DEMO_LIST_FORMAT_COLOR_1 Possible Colors in Lists
DEMO_LIST_FORMAT_COLOR_2 Using Colors in Lists
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of the screen number ‘0’?
What is the purpose of at first and at last?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are system variable in abap?
Which bdc you prefer? : abap bdc
What is the difference between a structure and a table? : abap data dictionary
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.
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
What are the functions of lock objects?
What is tcode se16. For what is it used. Explain briefly?
How do you restrict the data to be entered in the payroll area? : sap abap hr
What is the difference between collect and sum?
What kind of deliverables you have on a day to day basis?
What is open sql?
What is lock mechanism? How do we create lock objects in abap?