Skip to Content
0
Former Member
Jun 03, 2008 at 10:23 AM

INSERT

60 Views

hi all

In the below code i need to put values into the table ZDC1 which is created by me.How to do it.For example if execute the below program and give '1234'.How to put it into table ZDC1.

REPORT ZDC1.

tables:zdc1.

PARAMETERS:p_bukrs type zdc1-bukrs.

With regards

Vijay