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

Parameter Id for Budat

Former Member
0 Likes
2,154

Hi All,

Is there Is any Parameter Id for MKPF-BUDAT because i want to use SUBMIT query in my program to fetch data from MB5B on posting date.

Or is there is any other method to use submit query on posting date (budat) from MB5B i want to fetch only opening stock from that.

Please give me reply.

Thanks,

Ashish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,699

Hello

MB5B - it is report RM07MLBD

So use:

SUBMIT RM07MLBD WITH matnr IN p_matnr

bukrs IN p_bukrs

...

datum IN p_budat

AND RETURN.

Hi All,

Is there Is any Parameter Id for MKPF-BUDAT because i want to use SUBMIT query in my program to fetch data from MB5B on posting date.

Or is there is any other method to use submit query on posting date (budat) from MB5B i want to fetch only opening stock from that.

Please give me reply.

Thanks,

Ashish

9 REPLIES 9
Read only

Former Member
0 Likes
1,699

hi,

Try using BDC recording for that transaction.

Get the data into a internal table.

Loop this table and populate with respect to the recording data you got from SHDB

Thanks

Sharath

Read only

Former Member
0 Likes
1,699

Hello,

There is no parameter Id defined for BUDAT. But u can use the option of submit via selection screen with selection-field eq ur field.

Regards,

Shafi

Read only

former_member404244
Active Contributor
0 Likes
1,699

Hi,

I don't think there is any paramter id for MKPF-BUDAT.. U can also check it ...

go to MKPF table , double click on data element BUDAT and then select Further Charaxcteriscs..the paramter id will be seen as blank...

or GOTO MIGO and press f1 on posting data, goto techniucal information , u will see the Paramter ID field is blank.

Hope it helps.

Regards,

Nagaraj

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,699

Hello,

You can check this yourself:

1. Goto MB5B.

2. Do an F1 on "Selection Date" --> Click on the "Technical Info" (Hammer & Panner) button.

3. In the dialog-box that appears you can find the Paramter ID (if present).

BR,

Suhas

PS: I did not find any Param. ID

Read only

viquar_iqbal
Active Contributor
0 Likes
1,699

Hi

There is no parameter id at MKPF-BUDAT you can use call transaction using data from the field BUDAT. Also you can check out SUBMIT - selscreen_parameters options available at F1 help

Thanks

Viquar Iqbal

Read only

Former Member
0 Likes
1,700

Hello

MB5B - it is report RM07MLBD

So use:

SUBMIT RM07MLBD WITH matnr IN p_matnr

bukrs IN p_bukrs

...

datum IN p_budat

AND RETURN.

Read only

Former Member
0 Likes
1,699

Can use this as no parameter id is there for it.

SUBMIT <program> VIA SELECTION-SCREEN

WITH <parameter> eq <name>

Read only

Former Member
0 Likes
1,699

Check this thread for SUBMIT statement:

Read only

Former Member
0 Likes
1,699

Hi ,

There is no parameter id for MKPF-BUDAT .

u can try using the 'export/import to memory id ' .

or submit via selection screen and use ' with <sel> <criterion>' addition so as to fill the

elements of sel-screen of the called program.

Regards,

Mdi.Deeba Najam.