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

smertform problem

Former Member
0 Likes
448

hiiiiiii

Iam using smartfroms n i want to display every new BELNR on new page.So iam using...the following code

LOOP AT it_bkpf INTO wa_bkpf.

AT NEW belnr.

ind = sy-tabix.

READ TABLE it_bkpf INTO wa_bkpf INDEX ind.

NEW-PAGE.

ENDAT.

ENDLOOP.

But my problem is that my it_bkpf is blank because iam using belnr as select-options.

SELECT * FROM bseg CLIENT SPECIFIED

INTO CORRESPONDING FIELDS OF TABLE it_bseg

WHERE belnr in s_belnr

AND bukrs = s_bukrs

AND gjahr = s_gjahr.

and s_belnr is in range so depending on my range that number of belnr should display on every new page in smartform.

3 REPLIES 3
Read only

Former Member
0 Likes
414

Example Forms Available in Standard SAP R/3

SF_EXAMPLE_01

Simple example; invoice with table output of flight booking for one customer

SF_EXAMPLE_02

Similar to SF_EXAMPLE_01 but with subtotals

SF_EXAMPLE_03

Similar to SF_EXAMPLE_02, whereby several customers are selected in the application program; the form is called for each customer and all form outputs are included in an output request

Read only

Former Member
0 Likes
414

Carry messages from CRM WEB UI to crmd_order

Read only

0 Likes
414

sorry by mistake ...

this thread is clsoed