2007 Aug 24 6:38 AM
Hi,
Please tell me what does each of the values signify ( column wise 'X' 'SAPMH5A0' '1000' ) and what does Dynpro mean ?
perform dynpro using:
'X' 'SAPMH5A0' '1000',
' ' 'PPHDR-PLVAR' '01',
' ' 'PPHDR-OTYPE' 'S ',
' ' 'PM0D1-SEARK' s_pos-plans, "POSITION
' ' 'PPHDR-INFTY' '1008',
' ' 'PPHDR-SUBTY' ' ',
' ' 'PPHDR-ISTAT' '1',
' ' 'PPHDR-BEGDA' g_char_begda,
' ' 'PPHDR-ENDDA' g_char_endda,
' ' 'BDC_OKCODE' '=INSE',
'X' 'MP100800' '2000',
2007 Aug 24 6:41 AM
hi
DynPro is screen number
regards
ravish
reward points if useful
2007 Aug 24 6:41 AM
hi
DynPro is screen number
regards
ravish
reward points if useful
2007 Aug 24 6:42 AM
'X'
'SAPMH5A0' - Program Name
'1000', - Screen No.
' ' - Start ID
'PPHDR-PLVAR' - Field Name
'01', - Field Value
2007 Aug 24 6:42 AM
Hi Binay,
Dynpro is nothing but the combination of Screen + flow logic.
SAPMH5A0 is nothing but program name and 1000 nothing but screen number.
All the best.
Reward if useful.
Kishore
2007 Aug 24 6:43 AM
Check the following links :-
http://www.sap-img.com/bdc.htm
http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
Regards,
rewards point.
2007 Aug 24 6:44 AM
Hi,
Dynpro is Screen + flow logic.
In this case you have declared a subroutine named dynpro.For that form we have to pass some values.The values which are passed here is 'X' 'SAPMH5A0' '1000'.
Hope this will help you.
Regards,
Shibino.
Reward if useful.
2007 Aug 24 6:45 AM
Hi
X - Start ID (It will come when you come to a new screen)
SAPMH5A0 - Program name which is being used behind the transaction that you are recording
1000 - Screen number on which you are.
Dynpro means screen + flow logic.
Regards,
Suruchi Mahajan
2007 Aug 24 6:45 AM
There are 5 fields....
BDCDATA
program = program name.
dynpro = screen no.
dynbegin = 'X'.
BDCFIELD
fnam = field name
fval = field value
regards
2007 Aug 24 6:46 AM
Hi Vinay
'X' 'SAPMH5A0' '1000'
X = dynbegin
SAPMH5A0 = module pool program name
1000 = screen no
'PPHDR-PLVAR' '01'
'PPHDR-PLVAR' = fnam
01 = fval
Dynpro indicates screen no
Reward if useful
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |