cancel
Showing results for 
Search instead for 
Did you mean: 

trigger smartform from me9k

Former Member
0 Kudos

i nedd to trigger a smartform from me9k t-code. i have configured the form name, driver program, routine type in nace. but while executing i get a error like "no suitable po found " . guys help me to fix this out.

in nace i used

routine = 'entry_neu'.

prg name = 'zmm_ctr'.

formname = 'zmml'.

smartform, driver program are developed from scratch.

in driver program.

form entry_neu.

select * from ekko into itab where ebeln = s_ebeln and bsart = s_bsart.

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'

EXPORTING

formname = 'ZMML'

IMPORTING

fm_name = fm_name.

CALL FUNCTION fm_name

exporting

tables

ig_tab = itab.

endform.

do i need to add any code for triggering the form from me9k tcode?

in me9k tcode. i used

doc. no. = 200000042

application = 'ev'

message type = 'zneu'.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

but aditya while viewing my form am getting a error like 'output failed' in the alv list output. kindly provide the solution for this tooo

Former Member
0 Kudos

thanks issue solved

Former Member
0 Kudos

Hi,,

In the driver program, mention this way

> form entry_neu using ent_retco ent_screen.

and put a break-point in the driver prg and executer the ME9K without passing any document number.

Then you can check what caused the error.

Regards,

Aditya