public IRfcTable GetTable(RfcRepository repository)
        {
            IRfcTable table = repository.GetTableMetadata("EXTENSION2").CreateTable(List.Count);

            for (int i = 0; i < List.Count; i++)
            {
                table.Append(((BAPIPAREX)List[i]).GetStructure(repository));
            }

            return(table);
        }
        public IRfcTable GetTable(RfcRepository repository)
        {
            IRfcTable table = repository.GetTableMetadata("RETURN").CreateTable();

            //for (int i = 0; i < List.Count; i++)
            //{
            //    table.Append(((BAPIACRE09)List[i]).GetStructure(repository));
            //}

            return(table);
        }
        public IRfcTable GetTable(RfcRepository repository)
        {
            IRfcTable table = repository.GetTableMetadata("CRITERIA").CreateTable(List.Count);

            for (int i = 0; i < List.Count; i++)
            {
                table.Append(((BAPIACKEC9)List[i]).GetStructure(repository));
            }

            return(table);
        }
        public IRfcTable GetTable(RfcRepository repository)
        {
            IRfcTable table = repository.GetTableMetadata("ACCOUNTRECEIVABLE").CreateTable(List.Count);

            for (int i = 0; i < List.Count; i++)
            {
                table.Append(((BAPIACAR09)List[i]).GetStructure(repository));
            }

            return(table);
        }
Example #5
0
        public IRfcTable GetTable(RfcRepository repository)
        {
            IRfcTable table = repository.GetTableMetadata("ACCKEY_TAB").CreateTable(List.Count);

            for (int i = 0; i < List.Count; i++)
            {
                table.Append(((ZACCKEY2)List[i]).GetStructure(repository));
            }

            return(table);
        }