0% found this document useful (0 votes)
103 views2 pages

BTACH

The document contains a series of technical instructions to perform actions in an SAP system like opening a document, filling in fields, and navigating between screens. It includes steps to open a sales document, enter reference data for an address, and call a transaction to view the document. The instructions are commented out in many cases.

Uploaded by

manu333
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views2 pages

BTACH

The document contains a series of technical instructions to perform actions in an SAP system like opening a document, filling in fields, and navigating between screens. It includes steps to open a sales document, enter reference data for an address, and call a transaction to view the document. The instructions are commented out in many cases.

Uploaded by

manu333
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

report ZPRUEBAVA02

no standard page heading line-size 255.

include bdcrecx1.

start-of-selection.

perform open_group.

perform bdc_dynpro using 'SAPMV45A' '0102'.


perform bdc_field using 'BDC_CURSOR' 'VBAK-
VBELN'.
perform bdc_field using 'BDC_OKCODE' '/00'.
perform bdc_field using 'VBAK-VBELN' '781457'.
perform bdc_dynpro using 'SAPMV45A' '4001'.
perform bdc_field using 'BDC_OKCODE' '=HEAD'.
"perform bdc_field using 'VBKD-BSTDK'
'08.01.2018'.
"perform bdc_field using 'KUAGV-KUNNR'
'1000062558'.
"perform bdc_field using 'KUWEV-KUNNR'
'1000062558'.
"perform bdc_field using 'RV45A-KETDAT'
'08.01.2018'.
"perform bdc_field using 'RV45A-KPRGBZ' 'T'.
"perform bdc_field using 'VBKD-PRSDT'
'27.03.2019'.
"perform bdc_field using 'VBKD-ZTERM' 'C000'.
perform bdc_field using 'BDC_CURSOR' 'RV45A-
MABNR(02)'.
perform bdc_dynpro using 'SAPMV45A' '4002'.
perform bdc_field using 'BDC_OKCODE' '=T\02'.
"perform bdc_field using 'BDC_CURSOR' 'VBAK-
AUDAT'.
"perform bdc_field using 'VBAK-AUDAT'
'27.03.2019'.
"perform bdc_field using 'VBAK-VKBUR' '1017'.
"perform bdc_field using 'VBAK-WAERK' 'PEN'.
"perform bdc_field using 'VBKD-PRSDT'
'27.03.2019'.
perform bdc_dynpro using 'SAPMV45A' '4002'.
perform bdc_field using 'BDC_OKCODE' '=TEDE'.
perform bdc_field using 'BDC_CURSOR' 'KUWEV-
KUNNR'.
"perform bdc_field using 'VBAK-VSBED' '01'.
perform bdc_dynpro using 'SAPMV45A' '4002'.
perform bdc_field using 'BDC_OKCODE' '=PSDE'.
perform bdc_field using 'BDC_CURSOR'
'GVS_TC_DATA-REC-PARTNER(04)'.
"perform bdc_field using 'GV_FILTER' 'PARALL'.
perform bdc_dynpro using 'SAPLV09C' '5000'.
perform bdc_field using 'BDC_OKCODE' '=ENT1'.
perform bdc_field using 'BDC_CURSOR'
'ADDR1_DATA-STREET'.
"perform bdc_field using 'SZA1_D0100-TITLE_MEDI'
'Se�or'.
perform bdc_field using 'ADDR1_DATA-NAME1'
'sdddddPEDRO SOSA SAN MART�N'.
perform bdc_field using 'ADDR1_DATA-STR_SUPPL1'
'refrencia 22'.
perform bdc_field using 'ADDR1_DATA-STR_SUPPL2'
'refrencia 32'.
perform bdc_field using 'ADDR1_DATA-STREET' 'AV
REsdasdaDO SAA 2843'.
"perform bdc_field using 'ADDR1_DATA-CITY1'
'LIMA'.
"perform bdc_field using 'ADDR1_DATA-COUNTRY'
'PE'.
"perform bdc_field using 'ADDR1_DATA-TIME_ZONE'
'UTC-5'.
"perform bdc_field using 'ADDR1_DATA-TRANSPZONE'
'Z000000001'.
"perform bdc_field using 'ADDR1_DATA-LANGU'
'ES'.
"perform bdc_field using 'SZA1_D0100-SMTP_ADDR'
'[email protected]'.
perform bdc_dynpro using 'SAPMV45A' '4002'.
perform bdc_field using 'BDC_OKCODE' '=SICH'.
perform bdc_field using 'BDC_CURSOR'
'GVS_TC_DATA-REC-PARTNER(04)'.
perform bdc_field using 'GV_FILTER' 'PARALL'.
perform bdc_transaction using 'VA02'.

perform close_group.

*CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT'


* EXPORTING
* input =
* LANGUAGE = SY-LANGU
* IMPORTING
* LONG_TEXT =
* OUTPUT =
* SHORT_TEXT =
** EXCEPTIONS
** UNIT_NOT_FOUND = 1
** OTHERS = 2
* .
*IF sy-subrc <> 0.
** Implement suitable error handling here
*ENDIF.

You might also like