Difference between revisions of "SAP BDS"
From SapWiki
(Created page with "*BDSTESTOO - BDS: Programa de test p.métodos OO ejemplo Método GET_WITH_TABLE Sistema lógico Nombre de categoría PICTURES Tipo...") |
|||
Line 7: | Line 7: | ||
Mandante 400 | Mandante 400 | ||
Clave HOTEL_5_STAR | Clave HOTEL_5_STAR | ||
+ | |||
+ | <nowiki> | ||
+ | WHEN 'GET_WITH_TABLE'. | ||
+ | REFRESH i_signature. | ||
+ | CALL METHOD o_document_set->get_with_table | ||
+ | EXPORTING | ||
+ | logical_system = i_logical_system | ||
+ | classname = i_classname | ||
+ | classtype = i_classtype | ||
+ | client = i_client | ||
+ | object_key = i_object_key | ||
+ | CHANGING | ||
+ | content = i_content | ||
+ | signature = i_signature | ||
+ | components = i_components | ||
+ | EXCEPTIONS | ||
+ | OTHERS = 1.z</nowiki> | ||
*BDSFIND_1 - Iniciar Business Document Navigator (trn. OAER) | *BDSFIND_1 - Iniciar Business Document Navigator (trn. OAER) |
Revision as of 22:04, 3 September 2024
- BDSTESTOO - BDS: Programa de test p.métodos OO
ejemplo
Método GET_WITH_TABLE Sistema lógico Nombre de categoría PICTURES Tipo de clase OT Mandante 400 Clave HOTEL_5_STAR
WHEN 'GET_WITH_TABLE'. REFRESH i_signature. CALL METHOD o_document_set->get_with_table EXPORTING logical_system = i_logical_system classname = i_classname classtype = i_classtype client = i_client object_key = i_object_key CHANGING content = i_content signature = i_signature components = i_components EXCEPTIONS OTHERS = 1.z
- BDSFIND_1 - Iniciar Business Document Navigator (trn. OAER)