Hi to All,
I want to update the planned values in transaction CJR2 layout is 1-701. But while running BDC in main program i'm getting message in message table for call transaction.
CALL TRANSACTION 'CJR2' USING i_bdcdata
MODE 'N'
UPDATE 'L'
MESSAGES INTO MESSTAB.
message is for layout screen(screen no 1000) if i check message in T100 it's giving,
E 00 344 No batch input data for screen & &
In CJR2 i'm passing values from EXCEL sheet and there is one to one mapping of all WBS elements for Sales - Contracts,LABOR, MATERIAL, Consumables etc.( from WBS 'XXXXXX.01.01' to 'XXXXXX.01.99')
I dont where is the problem because i'm passing values.
if i run call transaction with 'E' mode , trasaction stops on screen 1000 only that is nothing but layout screen ( 1-701) and
doesn't go on second screen where i'm passing planned values ( Contracts,LABOR, MATERIAL, Consumables) from an internal table.
Kindly help..