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

BDC variant recordings

Former Member
0 Likes
1,455

Hi ,

I want to run QA07 T-code with selected variant in background mode . I tried recording the QA07 by selecting variant and created custom program for that recordings. But while executing the custom program in background mode i am not getting the correct variant output in spool.It is showing output for first variant instead of second one.

While running the recording in SM35 i am getting output but after copying recording to custom program i am not getting correct output.bdc-recordings.txt

can you anyone suggest how to get correct variant name in recording and submit output to spool.

Attaching my recording.

Hi ,

I want to run QA07 T-code with selected variant in background mode . I tried recording the QA07 by selecting variant and created custom program for that recordings. But while executing the custom program in background mode i am not getting the correct variant output in spool.It is showing output for first variant instead of second one.

While running the recording in SM35 i am getting output but after copying recording to custom program i am not getting correct output.bdc-recordings.txt

can you anyone suggest how to get correct variant name in recording and submit output to spool.

Attaching my recording.

4 REPLIES 4
Read only

DoanManhQuynh
Active Contributor
0 Likes
1,235

im not clearly understand your question but i have suggestion to run that bdc in mode A to check it out how did it chose the variant.

if it not required to use BDC, you can submit report with variant name, it may be easier. or alternative way, using fm RS_VARIANT_VALUES_TECH_DATA to get variant data and set it to bdc table.

Read only

Former Member
0 Likes
1,235

Hi ,

I have tried using submit statement in my custom program , while running the code in background mode I am getting the below error

"No parameter set(MSEG01) imported from external application"

"Inspection lot creation was not possible".

Read only

0 Likes
1,235

the message is look like standard one so check with your functional first.

Read only

0 Likes
1,235

This is standard message, do not create any recording you should use submit and return only.

Nabheet