Monday, January 3, 2011

ICM structure....








Internet communication Manager .

Saturday, January 1, 2011

Change the column heading dynamically in table control abap

Very simple : 1st create normal table control in normal process , now double click on the column heading , one pop-up will pop out and you will find its a TEXT type. Delete that TEXT type , Drag and drop input/output type on column heading and bind its name with a variable . And fill that variable value in PBO based on conditions.....thats it.....isn't simple ?? :P :)