Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Look for smartform

Former Member
0 Likes
621

hi

i have standard layout invet_vkbw - PHYSICAL INVENTORY ( LEIM) i look for sdandard smartform that will do the same layout

thanks

have a nice day

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

just check in <b>tnapr</b> table.Put in the name of the print program.If there is any standard smart form,then you should get in SFORM field of the table.

hi

i have standard layout invet_vkbw - PHYSICAL INVENTORY ( LEIM) i look for sdandard smartform that will do the same layout

thanks

have a nice day

4 REPLIES 4
Read only

Former Member
0 Likes
575

just check in <b>tnapr</b> table.Put in the name of the print program.If there is any standard smart form,then you should get in SFORM field of the table.

Read only

0 Likes
574

Hi

but i dont have the name of the print program

so how can i find it?

Read only

0 Likes
574

hi

When activating a smartform during the development process, a function module is created which generates the output at runtime and does the printing process.

This means, a smartform prints itself and puts itself to spool.

When you call a smartform from an actvity which shall be printed, the customizing was read and the name of the smartform is retrieved.

This functionmodule is determined at runtime throughout the smartform name.

The coding for the retrievment of the smartform name and its function module can be either be found in the HRRCFDOVR BSPs for data overviews or CL_HRRCF_CS classes in case of correspondence.

-


The system generates a function module for each smartform. You can find the function module names easily using backend transaction 'smartforms'. Type in the form name (e.g. HRRCF_DATA_SUMMARY_REQUISITION) in the corresponding input field and press F8.

The function modules are called (e.g. via the recruiters' frontend scenario) from BSP applications. The BSP applications are responsible to gather all relevant data and to supply the function module interfaces. The BSP applications are listed in the IMG documentation (IMG path 'E-Recruiting -> Technical Settings -> User Interfaces -> Assign Parameters to Parameter Types', Section 'Parameter Types SF* (Smart Forms)'). There you can find e.g. the BSP application 'HRRCF_REQ_DOVR', which is used for displaying of smartform 'HRRCF_DATA_SUMMARY_REQUISITION'.

thanks

mrutyun^

Read only

Former Member
0 Likes
574

hi

good

i dont think there is no such standard smartforms which can solve your problem.

thanks

mrutyun^