cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to access row values in a table which does not have any rows yet

Former Member
0 Kudos

try{

MappedRecord importParams = recordFactory.createMappedRecord("CONTAINER_OF_IMPORT_PARAMS");

IFunction function1 = client.getFunctionsMetaData().getFunction(funModGetDet);

IStructureFactory strucFact = interaction.retrieveStructureFactory();

response.write("try2 :"+pnumber);

IRecord structure = (IRecord) strucFact.getStructure(function1.getParameter("PERNR_TAB").getStructure());

response.write("try111 :"+pnumber);

structure.setString("PERNR",pnumber);

I am getting the following error "Trying to access row values in a table which does not have any rows yet " where PERNR_TAB is a table containing field "PERNR".

Can anybody help me out?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please re-post this question in the appropriate forum. It seems to have nothing to do with Web Dynpro.